lc2-selector
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -7,3 +7,3 @@ /*jslint vars: true, plusplus: true */ | ||
function lc2Selector($) { | ||
if (typeof Sizzle === 'undefined') { | ||
if (typeof $ === 'undefined') { | ||
throw new Error('[lc2-sizzle]: Sizzle is not found!'); | ||
@@ -10,0 +10,0 @@ } |
{ | ||
"name": "lc2-selector", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "lc2 css selector", | ||
@@ -5,0 +5,0 @@ "main": "lc2-sizzle.js", |
5096