hack to make it work.
parent
cc040cc733
commit
f225574d25
|
@ -1,7 +1,3 @@
|
||||||
'use strict';
|
|
||||||
|
|
||||||
let bililiteRange; // create one global variable
|
|
||||||
|
|
||||||
(function(){
|
(function(){
|
||||||
|
|
||||||
const datakey = Symbol(); // use as the key to modify elements.
|
const datakey = Symbol(); // use as the key to modify elements.
|
||||||
|
@ -666,4 +662,3 @@ bililiteRange.createOption = function (name, desc = {}){
|
||||||
}
|
}
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue