From ef31479446ac3ae9bbd11adf34edd18850f347f0 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Tue, 21 May 2013 17:08:49 -0400 Subject: [PATCH] Followup #13315: Correct support comment --- src/core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core.js b/src/core.js index e957e4ee1..209fbc86a 100644 --- a/src/core.js +++ b/src/core.js @@ -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) -- 2.39.5