mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-20 01:09:55 +08:00
14 lines
345 B
JavaScript
14 lines
345 B
JavaScript
// scroll对象
|
|
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["scroll"], "length", {
|
|
configurable: true,
|
|
enumerable: false,
|
|
writable: false,
|
|
value: 0
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["scroll"], "name", {
|
|
configurable: true,
|
|
enumerable: false,
|
|
writable: false,
|
|
value: 'scroll'
|
|
}); |