Removed unused that from widget manager

This commit is contained in:
Jonathan Frederic 2013-12-19 09:09:06 -08:00 committed by Jonathan Frederic
parent 73380ca442
commit d4b6823a49

View File

@ -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) {