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