Skip to content

Commit

Permalink
duplicate event definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Litzenberger committed Aug 27, 2015
1 parent dfba155 commit eafc13e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions public/plugins/project/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ function onMouseMove(event){
$.event.trigger("onMouseMove", event);
}

function onMouseOver(event){
$.event.trigger("onMouseOver", event);
}

function onViewpointChange(event){
$.event.trigger("onViewpointChange", event);
}
Expand Down

0 comments on commit eafc13e

Please sign in to comment.