Comparing version 0.6.7 to 0.6.8
@@ -231,2 +231,3 @@ "use strict"; | ||
// nothing to do | ||
return input; | ||
} else if (isPlainObject(input) && input.length >= 0 && input.length === Math.floor(input.length)){ | ||
@@ -233,0 +234,0 @@ return Array.prototype.slice.call(input); |
{ | ||
"name": "wodge", | ||
"version": "0.6.7", | ||
"version": "0.6.8", | ||
"description": "a wodge of functional dough", | ||
@@ -5,0 +5,0 @@ "main": "lib/wodge.js", |
31762
702