From 5dbe5125b260598734b8768304940e93c450c8f7 Mon Sep 17 00:00:00 2001 From: Dallon Feldner Date: Fri, 30 Mar 2012 18:02:29 -0700 Subject: [PATCH] Updated dashboard --- dashboard/js/app.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dashboard/js/app.js b/dashboard/js/app.js index e3c3386..def0fae 100644 --- a/dashboard/js/app.js +++ b/dashboard/js/app.js @@ -1712,10 +1712,6 @@ var CollectionDataView = module.exports = Backbone.View.extend({ this.collection.on('remove', this.render, this); this.collection.on('change', this.render, this); - this.properties.on('reset', function() { - this.collection.fetch(); - }, this); - $(this.el).on('focus', 'input', _.bind(function(e) { this._lastFocusedInput = e.currentTarget; }, this));