includejs
Advanced tools
Comparing version 0.15.35 to 0.15.36
{ | ||
"name": "includejs", | ||
"version": "0.15.35", | ||
"version": "0.15.36", | ||
"homepage": "https://github.com/atmajs/IncludeJS", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -14,4 +14,4 @@ (function(global) { | ||
function socketIOReady() { | ||
var io = global.io || (resp.embed && resp.embed['socket.io']) | ||
function socketIOReady(resp) { | ||
var io = global.io || (resp && resp.embed && resp.embed['socket.io']) | ||
if (io == null || io.connect == null) { | ||
@@ -18,0 +18,0 @@ console.error('Include.Autoreload: socket.io was not loaded'); |
{ | ||
"name": "includejs", | ||
"description": "Resource Loader", | ||
"version": "0.15.35", | ||
"version": "0.15.36", | ||
"homepage": "http://atmajs.com/include", | ||
@@ -6,0 +6,0 @@ "contributors": [], |
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
453397