Comparing version 3.2.0-pre.1 to 3.2.0-pre.2
@@ -990,2 +990,5 @@ /* jshint -W079 */ | ||
this[canSymbol.for("can.onKeyValue")]("remove", handler); | ||
}, | ||
"can.splice": function(index, deleteCount, insert){ | ||
this.splice.apply(this, [index, deleteCount].concat(insert)); | ||
} | ||
@@ -992,0 +995,0 @@ }); |
{ | ||
"name": "can-list", | ||
"version": "3.2.0-pre.1", | ||
"version": "3.2.0-pre.2", | ||
"description": "Observable lists", | ||
@@ -60,3 +60,3 @@ "homepage": "http://canjs.com", | ||
"steal-tools": "^1.1.2", | ||
"testee": "^0.3.1" | ||
"testee": "^0.6.1" | ||
}, | ||
@@ -63,0 +63,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
74445
1428