git-svn-id: https://msi/svn/firstRepo/WebClient/branches/NewRelease@54 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
@@ -23,6 +23,8 @@ define(['jquery', 'underscore', 'backbone', 'classes/cache'],
|
||||
//deferred.resolve(cachedItem);
|
||||
|
||||
deferred.notify(self);
|
||||
if(self.length == 1)
|
||||
self.remove(self.models[0]);
|
||||
self.push(cachedItem);
|
||||
if (_.isFunction(options.success)) {
|
||||
options.success(self, false, options);
|
||||
|
||||
Reference in New Issue
Block a user