includejs
Advanced tools
Comparing version 0.12.58 to 0.12.59
{ | ||
"name": "includejs", | ||
"version": "0.12.58", | ||
"version": "0.12.59", | ||
"homepage": "https://github.com/atmajs/IncludeJS", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -2017,2 +2017,6 @@ | ||
if (type == null) { | ||
this.state = 3; | ||
return this; | ||
} | ||
if (url == null) { | ||
@@ -2019,0 +2023,0 @@ this.state = 3; |
@@ -2011,2 +2011,6 @@ // source ../src/head-module.js | ||
if (type == null) { | ||
this.state = 3; | ||
return this; | ||
} | ||
if (url == null) { | ||
@@ -2013,0 +2017,0 @@ this.state = 3; |
{ | ||
"name": "includejs", | ||
"description": "Resource Loader", | ||
"version": "0.12.58", | ||
"version": "0.12.59", | ||
"homepage": "http://atmajs.com/include", | ||
@@ -6,0 +6,0 @@ "contributors": [], |
349164
10373