Removed unused that from widget manager

Jonathan Frederic 13 years ago committed by Jonathan Frederic
parent 73380ca442
commit d4b6823a49

@ -34,7 +34,6 @@
this.widget_view_types = {};
this._model_instances = {};
var that = this;
Backbone.sync = function (method, model, options, error) {
var result = model._handle_sync(method, options);
if (options.success) {

Loading…
Cancel
Save