[build][s]: usual build.

This commit is contained in:
Rufus Pollock
2012-07-15 01:34:23 +01:00
parent d70aaf370c
commit b6fbe0c9f5
2 changed files with 164 additions and 80 deletions

View File

@@ -775,7 +775,7 @@ this.recline.Backend.Memory = this.recline.Backend.Memory || {};
};
this.transform = function(editFunc) {
var toUpdate = costco.mapDocs(this.data, editFunc);
var toUpdate = recline.Data.Transform.mapDocs(this.data, editFunc);
// TODO: very inefficient -- could probably just walk the documents and updates in tandem and update
_.each(toUpdate.updates, function(record, idx) {
self.data[idx] = record;