Comparing version 1.17.1 to 1.17.2
@@ -95,3 +95,3 @@ define(["../global", "../has", "./config", "require", "module"], function(global, has, config, require, module){ | ||
major: 1, minor: 17, patch: 1, flag: "", | ||
major: 1, minor: 17, patch: 2, flag: "", | ||
revision: rev ? rev[0] : NaN, | ||
@@ -98,0 +98,0 @@ toString: function(){ |
{ | ||
"name": "dojo", | ||
"version": "1.17.1", | ||
"version": "1.17.2", | ||
"directories": { | ||
@@ -14,3 +14,3 @@ "lib": "." | ||
"sinon": "1.12.2", | ||
"dojo": "1.17.1" | ||
"dojo": "1.17.2" | ||
}, | ||
@@ -17,0 +17,0 @@ "main": "main", |
@@ -72,3 +72,3 @@ define(["../_base/declare", "./util/QueryResults", "./util/SimpleQueryEngine" /*=====, "./api/Store" =====*/], | ||
options.id : idProperty in object ? object[idProperty] : Math.random(); | ||
var defaultDestination = 0; | ||
var defaultDestination = data.length; | ||
var newIndex; | ||
@@ -144,2 +144,3 @@ var previousIndex; | ||
data.splice(index[id], 1); | ||
this.index = {}; | ||
this._rebuildIndex(); | ||
@@ -202,2 +203,3 @@ return true; | ||
startIndex = startIndex || 0; | ||
for(i = startIndex; i < dataLength; i++){ | ||
@@ -204,0 +206,0 @@ this.index[data[i][this.idProperty]] = i; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7287697
207667