Skip to content

Commit

Permalink
Add off as a noop function to touch editor.
Browse files Browse the repository at this point in the history
Closes #3107
  • Loading branch information
novaugust committed Jun 25, 2014
1 parent df8e726 commit 0bb4c1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/client/assets/lib/touch-editor.js
Expand Up @@ -46,7 +46,8 @@ var createTouchEditor = function createTouchEditor() {
nthLine: noop,
refresh: noop,
selectLines: noop,
on: noop
on: noop,
off: noop
};

return TouchEditor;
Expand Down

0 comments on commit 0bb4c1b

Please sign in to comment.