Skip to content

Commit bc21cc8

Browse files
committed
🔪 done TODO
1 parent fb489aa commit bc21cc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plot_api/make_template.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ function walkStyleKeys(parent, templateOut, getAttributeInfo, path) {
159159
continue;
160160
}
161161

162-
// TODO: special array handling wrt. defaults, named items
163162
if(!attr.valType && isPlainObject(child)) {
164163
walkStyleKeys(child, templateOut, getAttributeInfo, nextPath);
165164
}

0 commit comments

Comments
 (0)