mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-11 15:16:28 +02:00
replaced noop in skiplist with ace2common implementation
This commit is contained in:
parent
5d14fb372a
commit
fb879576e1
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
|
||||
|
||||
var noop = require('./ace2_common').noop;
|
||||
|
||||
|
||||
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
|
||||
var start = {
|
||||
key: null,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user