Skip to content

Commit

Permalink
Window: Removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Nov 23, 2016
1 parent 80b7790 commit 28dc5d3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/client/javascript/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,6 @@
};
})();

/**
* Wrapper for stopPropagation()
* @return boolean
*/
function stopPropagation(ev) {
if ( ev ) {
ev.stopPropagation();
}
return false;
}

/**
* Get viewport (Wrapper)
*
Expand Down

0 comments on commit 28dc5d3

Please sign in to comment.