Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8da79a4

Browse files
committed
fix array class name
1 parentf0899f4 commit8da79a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/json.human.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
ARRAY_KEY_CLASS_NAME=p("key")+" "+p("array-key"),
8282
ARRAY_VAL_CLASS_NAME=p("value")+" "+p("array-value"),
8383

84-
ARRAY_CLASS={"class":p("type-array")},
84+
ARRAY_CLASS_NAME=p("type-array"),
8585
ARRAY_KEY_CLASS={"class":ARRAY_KEY_CLASS_NAME},
8686
ARRAY_VAL_CLASS={"class":ARRAY_VAL_CLASS_NAME},
8787
ARRAY_EMPTY_CLASS={"class":p("type-array")+" "+p("empty")},
@@ -179,7 +179,7 @@
179179
childs.push(tr);
180180
}
181181

182-
result=scn("table",ARRAY_CLASS,childs);
182+
result=scn("table",ARRAY_CLASS_NAME,childs);
183183
}else{
184184
result=EMPTY_ARRAY;
185185
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp