Skip to content
Permalink
Browse files
Minor bug fixes.
  • Loading branch information
jeresig committed Jul 17, 2006
1 parent 4737936 commit e8627fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -71,7 +71,7 @@ new function(){
return this.bind(o, f);
};
}
}
};

jQuery.extend({

@@ -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)

0 comments on commit e8627fe

Please sign in to comment.