mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Merge pull request #3108 from novaugust/touch-editor-off
Add off as a noop function to touch editor.
This commit is contained in:
commit
9c4f427340
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ var createTouchEditor = function createTouchEditor() {
|
||||||
nthLine: noop,
|
nthLine: noop,
|
||||||
refresh: noop,
|
refresh: noop,
|
||||||
selectLines: noop,
|
selectLines: noop,
|
||||||
on: noop
|
on: noop,
|
||||||
|
off: noop
|
||||||
};
|
};
|
||||||
|
|
||||||
return TouchEditor;
|
return TouchEditor;
|
||||||
|
|
Loading…
Add table
Reference in a new issue