Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
sprockets
Browse files Browse the repository at this point in the history
  • Loading branch information
kbingman committed Jul 29, 2012
1 parent 5560ad0 commit 092f0ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/views/assets/index.js
Expand Up @@ -9,8 +9,8 @@ Verlag.View.Assets = Backbone.View.extend({
},

initialize: function(options) {
_.bindAll(this, 'render');
var self = this;
_.bindAll(this, 'render');
$(this.el).undelegate();

this.folder = Verlag.folders.get(options.id);
Expand Down
Expand Up @@ -5276,8 +5276,8 @@ Verlag.View.Assets = Backbone.View.extend({
},

initialize: function(options) {
_.bindAll(this, 'render');
var self = this;
_.bindAll(this, 'render');
$(this.el).undelegate();

this.folder = Verlag.folders.get(options.id);
Expand Down
Binary file not shown.

0 comments on commit 092f0ce

Please sign in to comment.