git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4737936
)
Minor bug fixes.
author
John Resig
<jeresig@gmail.com>
Mon, 17 Jul 2006 01:49:55 +0000
(
01:49
+0000)
committer
John Resig
<jeresig@gmail.com>
Mon, 17 Jul 2006 01:49:55 +0000
(
01:49
+0000)
ajax/ajax.js
patch
|
blob
|
history
jquery/jquery.js
patch
|
blob
|
history
diff --git
a/ajax/ajax.js
b/ajax/ajax.js
index
4b062e9
..
1960150
100644
(file)
--- a/
ajax/ajax.js
+++ b/
ajax/ajax.js
@@
-71,7
+71,7
@@
new function(){
return this.bind(o, f);
};
}
-}
+};
jQuery.extend({
diff --git
a/jquery/jquery.js
b/jquery/jquery.js
index
b3e28ed
..
02c22fb
100644
(file)
--- a/
jquery/jquery.js
+++ b/
jquery/jquery.js
@@
-1292,7
+1292,7
@@
jQuery.extend({
find: function( t, context ) {
// Make sure that the context is a DOM Element
- if ( context && context.getElementsByTagName == undefined )
+ if ( context && context.nodeType == undefined )
context = null;
// Set the correct context (if none is provided)