Comparing version 0.0.25 to 0.0.26
// Generated by CoffeeScript 1.6.2 | ||
(function() { | ||
var Collection, async, asyngleton, bindable, outcome, | ||
var Collection, async, asyngleton, bindable, isa, outcome, | ||
__hasProp = {}.hasOwnProperty, | ||
@@ -15,2 +15,4 @@ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; | ||
isa = require("isa"); | ||
module.exports = Collection = (function(_super) { | ||
@@ -126,3 +128,3 @@ __extends(Collection, _super); | ||
} | ||
if (!this._isStatic && typeof source[0] === "string") { | ||
if ((!this._isStatic && typeof source[0] === "string") || !isa.array(source)) { | ||
source = []; | ||
@@ -129,0 +131,0 @@ } |
{ | ||
"name": "linen", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "```javascript", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
53323
1246