Skip to content
Snippets Groups Projects
Commit a1903603 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

animation stuff

parent 6fa0fddb
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ CamMenuView = Backbone.View.extend({
this.lattice = options.lattice;
_.bindAll(this, "render");
this.listenTo(this.model, "change", this.render);
this.listenTo(this.model, "change:camProcess", this.render);
},
_selectCamProcess: function(e){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment