修正JsonOb 中覆盖写入的属性 sort 拼写错误 #8

This commit is contained in:
ws.s
2019-11-22 11:02:14 +08:00
parent 6c872c5622
commit b010a22ff3

View File

@@ -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'];