mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
parent
df8e7263e1
commit
0bb4c1bd06
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ var createTouchEditor = function createTouchEditor() {
|
|||
nthLine: noop,
|
||||
refresh: noop,
|
||||
selectLines: noop,
|
||||
on: noop
|
||||
on: noop,
|
||||
off: noop
|
||||
};
|
||||
|
||||
return TouchEditor;
|
||||
|
|
Loading…
Add table
Reference in a new issue