mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Delete commented-out code
This commit is contained in:
parent
91268e14b7
commit
4594608c04
1 changed files with 0 additions and 8 deletions
|
@ -1103,10 +1103,6 @@ function Ace2Inner(){
|
||||||
|
|
||||||
var idleWorkTimer = makeIdleAction(function()
|
var idleWorkTimer = makeIdleAction(function()
|
||||||
{
|
{
|
||||||
|
|
||||||
//if (! top.BEFORE) top.BEFORE = [];
|
|
||||||
//top.BEFORE.push(magicdom.root.dom.innerHTML);
|
|
||||||
//if (! isEditable) return; // and don't reschedule
|
|
||||||
if (inInternationalComposition)
|
if (inInternationalComposition)
|
||||||
{
|
{
|
||||||
// don't do idle input incorporation during international input composition
|
// don't do idle input incorporation during international input composition
|
||||||
|
@ -1161,9 +1157,6 @@ function Ace2Inner(){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
//if (! top.AFTER) top.AFTER = [];
|
|
||||||
//top.AFTER.push(magicdom.root.dom.innerHTML);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
var _nextId = 1;
|
var _nextId = 1;
|
||||||
|
@ -3572,7 +3565,6 @@ function Ace2Inner(){
|
||||||
|
|
||||||
function handleKeyEvent(evt)
|
function handleKeyEvent(evt)
|
||||||
{
|
{
|
||||||
// if (DEBUG && window.DONT_INCORP) return;
|
|
||||||
if (!isEditable) return;
|
if (!isEditable) return;
|
||||||
var type = evt.type;
|
var type = evt.type;
|
||||||
var charCode = evt.charCode;
|
var charCode = evt.charCode;
|
||||||
|
|
Loading…
Reference in a new issue