mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
Release version 1.5.4
This commit is contained in:
@@ -200,9 +200,9 @@ function getKeys(obj) {
|
||||
|
||||
// $, upperCase, lowerCase, _
|
||||
function sortObjName(a, b) {
|
||||
let lenA = a.length,
|
||||
lenB = b.length,
|
||||
len = lenA > lenB ? lenB : lenA
|
||||
let lenA = a.length
|
||||
let lenB = b.length
|
||||
let len = lenA > lenB ? lenB : lenA
|
||||
|
||||
for (let i = 0; i < len; i++) {
|
||||
let codeA = a.charCodeAt(i)
|
||||
|
||||
Reference in New Issue
Block a user