Minor bug fixes.
[jquery.git] / jquery / jquery.js
index b3e28ed..02c22fb 100644 (file)
@@ -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)