Comparing version 2.6.1 to 2.6.2
@@ -70,6 +70,8 @@ "use strict"; | ||
var args = Array.prototype.slice.call(arguments); | ||
for (var i = args.length; i < argumentPosition; i++) { | ||
args[i] = undefined; | ||
if (typeof args[argumentPosition] === typeof undefined) { | ||
for (var i = args.length; i < argumentPosition; i++) { | ||
args[i] = undefined; | ||
} | ||
args[argumentPosition] = state; | ||
} | ||
args[argumentPosition] = state; | ||
return target.apply(_this, args); | ||
@@ -76,0 +78,0 @@ }; |
{ | ||
"name": "satcheljs", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"description": "Store implementation for functional reactive flux.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
29031
308