##// END OF EJS Templates
Removed unused that from widget manager
Jonathan Frederic -
Show More
@@ -34,7 +34,6 b''
34 this.widget_view_types = {};
34 this.widget_view_types = {};
35 this._model_instances = {};
35 this._model_instances = {};
36
36
37 var that = this;
38 Backbone.sync = function (method, model, options, error) {
37 Backbone.sync = function (method, model, options, error) {
39 var result = model._handle_sync(method, options);
38 var result = model._handle_sync(method, options);
40 if (options.success) {
39 if (options.success) {
General Comments 0
You need to be logged in to leave comments. Login now