hack to make it work.

This commit is contained in:
John McLear 2020-12-28 12:33:44 +00:00
parent cc040cc733
commit f225574d25

View file

@ -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 = {}){
} }
})(); })();