lc2-selector
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -63,3 +63,3 @@ /*jslint vars: true, plusplus: true */ | ||
if (iframeContext.length === 1) { | ||
gR = $(iframeContext[0]); | ||
gR = $(iframeContext[0], context); | ||
} else { | ||
@@ -66,0 +66,0 @@ gR = sizzleIframe(iframeContext, context); |
{ | ||
"name": "lc2-selector", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "lc2 css selector", | ||
@@ -5,0 +5,0 @@ "main": "lc2-sizzle.js", |
5105