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

small changes

parent 52f99a30
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ ThreeView = Backbone.View.extend({
events: {
"mousemove": "mouseMoved",
"mousedown": "mouseDown",
"mouseup": "mouseUp",
"mouseup": "mouseUp"
},
mouseIsDown: false,//store state of mouse click
......
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