Skip to content

Commit

Permalink
- test2
Browse files Browse the repository at this point in the history
  • Loading branch information
kamicane committed Mar 27, 2010
1 parent cae00cf commit 2442092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Slick.Finder.js
Expand Up @@ -24,7 +24,7 @@ local.isXML = function(document){

local.setDocument = function(document){

// convert elements / window arguments to document
// convert elements / window arguments to document. if document cannot be extrapolated, the function returns.

if (document.nodeType === 9); // document
else if (document.ownerDocument) document = document.ownerDocument; // node
Expand Down

0 comments on commit 2442092

Please sign in to comment.