Comparing version 3.0.0-pre.5 to 3.0.0-pre.6
@@ -908,4 +908,5 @@ /* jshint -W079 */ | ||
// specify the type | ||
var oldIsListLike = types.isListLike; | ||
types.isListLike = function(obj){ | ||
return obj instanceof List; | ||
return obj instanceof List || oldIsListLike.apply(this, arguments); | ||
}; | ||
@@ -912,0 +913,0 @@ |
{ | ||
"name": "can-list", | ||
"version": "3.0.0-pre.5", | ||
"version": "3.0.0-pre.6", | ||
"description": "Observable lists", | ||
@@ -5,0 +5,0 @@ "homepage": "http://canjs.com", |
1246
67624
24