|
|
@ -684,7 +684,10 @@ export function init() { |
|
|
|
while (_global.___fineuiExposedFunction && _global.___fineuiExposedFunction.length > 0) { |
|
|
|
while (_global.___fineuiExposedFunction && _global.___fineuiExposedFunction.length > 0) { |
|
|
|
_global.___fineuiExposedFunction.shift()(); |
|
|
|
_global.___fineuiExposedFunction.shift()(); |
|
|
|
} |
|
|
|
} |
|
|
|
BI.initialized = true; |
|
|
|
|
|
|
|
|
|
|
|
if (_global.BI) { |
|
|
|
|
|
|
|
_global.BI.initialized = true; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
export function has(obj, keys) { |
|
|
|
export function has(obj, keys) { |
|
|
|