]> source.dussan.org Git - jquery.git/commitdiff
Followup #13315: Correct support comment
authorRichard Gibson <richard.gibson@gmail.com>
Tue, 21 May 2013 21:08:49 +0000 (17:08 -0400)
committerRichard Gibson <richard.gibson@gmail.com>
Tue, 21 May 2013 21:08:49 +0000 (17:08 -0400)
src/core.js

index e957e4ee1e6523dd0f7391c61b53f2e695ae9d32..209fbc86a5a7349f9147364ab47dbb7d121f93de 100644 (file)
@@ -5,8 +5,8 @@ var
        // A central reference to the root jQuery(document)
        rootjQuery,
 
-       // Support: IE<9
-       // For `typeof node.method` instead of `node.method !== undefined`
+       // Support: IE<10
+       // For `typeof xmlNode.method` instead of `xmlNode.method !== undefined`
        core_strundefined = typeof undefined,
 
        // Use the correct document accordingly with window argument (sandbox)