can-reflect
Advanced tools
Comparing version 1.16.6 to 1.16.7
{ | ||
"name": "can-reflect", | ||
"version": "1.16.6", | ||
"version": "1.16.7", | ||
"description": "reflection on unknown data types", | ||
@@ -5,0 +5,0 @@ "homepage": "http://canjs.com", |
@@ -25,3 +25,3 @@ var canSymbol = require("can-symbol"); | ||
if(type === "string" || Array.isArray(list)) { | ||
return; | ||
return true; | ||
} | ||
@@ -28,0 +28,0 @@ var length = list && (type !== 'boolean' && type !== 'number' && "length" in list) && list.length; |
@@ -1167,3 +1167,3 @@ var canSymbol = require("can-symbol"); | ||
shapeReflections.each(obj, function(){ | ||
shapeReflections.eachIndex(obj, function(){ | ||
count++; | ||
@@ -1170,0 +1170,0 @@ }); |
178133