mirror of
https://github.com/wsssheep/cocos_creator_mvvm_tools.git
synced 2026-05-06 13:31:57 +08:00
修正JsonOb 中覆盖写入的属性 sort 拼写错误 #8
This commit is contained in:
@@ -9,7 +9,7 @@ const types = {
|
||||
obj: '[object Object]',
|
||||
array: '[object Array]'
|
||||
}
|
||||
const OAM = ['push', 'pop', 'shift', 'unshift', 'short', 'reverse', 'splice'];
|
||||
const OAM = ['push', 'pop', 'shift', 'unshift', 'sort', 'reverse', 'splice'];
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user