mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-23 08:29:24 +08:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
// statusbar对象
|
|
|
|
statusbar = {
|
|
_boisinit: bodavm.config.isinit
|
|
};
|
|
statusbar.__proto__ = BarProp.prototype; |