mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
hack to make it work.
This commit is contained in:
parent
cc040cc733
commit
f225574d25
1 changed files with 15 additions and 20 deletions
|
@ -1,7 +1,3 @@
|
|||
'use strict';
|
||||
|
||||
let bililiteRange; // create one global variable
|
||||
|
||||
(function(){
|
||||
|
||||
const datakey = Symbol(); // use as the key to modify elements.
|
||||
|
@ -666,4 +662,3 @@ bililiteRange.createOption = function (name, desc = {}){
|
|||
}
|
||||
|
||||
})();
|
||||
|
||||
|
|
Loading…
Reference in a new issue