Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 992355a

Browse files
committed
fixup! refactor(jqLite): run more tests on jQuery 2.2, add version detection helpers
1 parent 7d09819 commit 992355a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jqLiteSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('jqLite', function() {
1010
return jQueryVersionParts[0] + '.' + jQueryVersionParts[1] === '2.1';
1111
}
1212

13-
// Checks if jQuery <3 is used.
13+
// Checks if jQuery 2.x is used.
1414
function isJQuery2x() {
1515
if (_jqLiteMode) return false;
1616
var jQueryVersionParts = _jQuery.fn.jquery.split('.');

0 commit comments

Comments
 (0)