mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-08 03:02:03 +01:00
replaced noop in skiplist with ace2common implementation
This commit is contained in:
parent
5d14fb372a
commit
fb879576e1
1 changed files with 1 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
var noop = require('./ace2_common').noop;
|
||||||
|
|
||||||
|
|
||||||
function newSkipList()
|
function newSkipList()
|
||||||
|
@ -41,9 +41,6 @@ function newSkipList()
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
function noop()
|
|
||||||
{}
|
|
||||||
|
|
||||||
// if there are N elements in the skiplist, "start" is element -1 and "end" is element N
|
// if there are N elements in the skiplist, "start" is element -1 and "end" is element N
|
||||||
var start = {
|
var start = {
|
||||||
key: null,
|
key: null,
|
||||||
|
|
Loading…
Reference in a new issue