Updated dashboard

This commit is contained in:
Dallon Feldner
2012-03-30 18:02:29 -07:00
parent 6aa6da25c2
commit 5dbe5125b2

View File

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