mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
fix undo in chrome etc
This commit is contained in:
parent
e51ab2db24
commit
3ca48ed975
1 changed files with 1 additions and 2 deletions
|
@ -35,7 +35,7 @@ var isNodeText = Ace2Common.isNodeText,
|
|||
htmlPrettyEscape = Ace2Common.htmlPrettyEscape,
|
||||
noop = Ace2Common.noop;
|
||||
var hooks = require('./pluginfw/hooks');
|
||||
|
||||
var browser = require('./browser').browser;
|
||||
|
||||
function Ace2Inner(){
|
||||
|
||||
|
@ -51,7 +51,6 @@ function Ace2Inner(){
|
|||
var SkipList = require('./skiplist');
|
||||
var undoModule = require('./undomodule').undoModule;
|
||||
var AttributeManager = require('./AttributeManager');
|
||||
var browser = require('./browser');
|
||||
|
||||
var DEBUG = false; //$$ build script replaces the string "var DEBUG=true;//$$" with "var DEBUG=false;"
|
||||
// changed to false
|
||||
|
|
Loading…
Reference in a new issue