adaptivejs
Advanced tools
Comparing version 0.1.18 to 0.1.19
{ | ||
"name": "adaptivejs", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "A framework for creating adaptive websites.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -70,3 +70,3 @@ define([ | ||
try { | ||
var buildScript = $('script[x-src]'); | ||
var buildScript = $('script[x-src]').first(); | ||
if (buildScript) { | ||
@@ -73,0 +73,0 @@ cachedBuildScript = cachedBuildScript || buildScript.remove()[0]; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
141027