Comparing version 4.4.0 to 4.4.1
@@ -68,11 +68,2 @@ var loader, define, requireModule, require, requirejs; | ||
var _isArray; | ||
if (!Array.isArray) { | ||
_isArray = function (x) { | ||
return Object.prototype.toString.call(x) === '[object Array]'; | ||
}; | ||
} else { | ||
_isArray = Array.isArray; | ||
} | ||
var registry = dict(); | ||
@@ -134,2 +125,3 @@ var seen = dict(); | ||
var result = this.callback.apply(this, this.reified); | ||
this.reified.length = 0; | ||
this.state = 'finalized'; | ||
@@ -228,3 +220,3 @@ | ||
if (!_isArray(deps)) { | ||
if (!Array.isArray(deps)) { | ||
callback = deps; | ||
@@ -231,0 +223,0 @@ deps = []; |
@@ -52,11 +52,2 @@ var loader, define, requireModule, require, requirejs; | ||
var _isArray; | ||
if (!Array.isArray) { | ||
_isArray = function (x) { | ||
return Object.prototype.toString.call(x) === '[object Array]'; | ||
}; | ||
} else { | ||
_isArray = Array.isArray; | ||
} | ||
var registry = dict(); | ||
@@ -116,2 +107,3 @@ var seen = dict(); | ||
var result = this.callback.apply(this, this.reified); | ||
this.reified.length = 0; | ||
this.state = 'finalized'; | ||
@@ -206,3 +198,3 @@ | ||
if (!_isArray(deps)) { | ||
if (!Array.isArray(deps)) { | ||
callback = deps; | ||
@@ -209,0 +201,0 @@ deps = []; |
{ | ||
"name": "loader.js", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"description": "loader.js =========", | ||
@@ -24,2 +24,3 @@ "main": "dist/loader/loader.js", | ||
"scripts": { | ||
"build": "node build", | ||
"test": "testem ci && jshint lib tests && jscs lib tests", | ||
@@ -26,0 +27,0 @@ "test:dev": "testem", |
@@ -1,2 +0,2 @@ | ||
loader.js [![Build Status](https://travis-ci.org/ember-cli/loader.js.png?branch=master)](https://travis-ci.org/ember-cli/loader.js) | ||
loader.js [![Build Status](https://travis-ci.org/ember-cli/loader.js.svg?branch=master)](https://travis-ci.org/ember-cli/loader.js) | ||
========= | ||
@@ -3,0 +3,0 @@ |
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
22710
557