Followup #13315: Correct support comment

This commit is contained in:
Richard Gibson 2013-05-21 17:08:49 -04:00
parent ebc7899ba1
commit ef31479446

View File

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