Browse Source

Revert inadvertedly included commit 9bf7452041

newShading
Ludo Stellingwerff 8 years ago
parent
commit
6059ff3299
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      lib/DataSet.js

+ 0
- 3
lib/DataSet.js View File

@ -241,9 +241,6 @@ DataSet.prototype.update = function (data, senderId) {
var fieldId = me._fieldId;
var addOrUpdate = function (item) {
if (!item){
return;
}
var id = item[fieldId];
if (me._data[id]) {
var oldData = util.extend({}, me._data[id]);

Loading…
Cancel
Save