var LightControl = View.extend({ el: ".lightcontrol", events: { }, toggle: function(){ this.$el.toggleClass("active"); // toggle the class that makes the cursor a paintbucket // $("body").removeClass("pastePaper"); }, })