Skip to content

Commit c701ff4

Browse files
magnustymoteuslinev
authored andcommitted
Do ESLint on RTreeMap code and draw.mjs
1 parent 49a5e2d commit c701ff4

File tree

3 files changed

+138
-148
lines changed

3 files changed

+138
-148
lines changed

modules/draw.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ drawFuncs = { lst: [
163163
{ name: nsREX+'RFrame', icon: 'img_frame', draw: () => import_v7().then(h => h.drawRFrame), opt: '' },
164164
{ name: nsREX+'RFont', icon: 'img_text', draw: () => import_v7().then(h => h.drawRFont), opt: '', direct: 'v7', csstype: 'font' },
165165
{ name: nsREX+'RAxisDrawable', icon: 'img_frame', draw: () => import_v7().then(h => h.drawRAxis), opt: '' },
166-
{ name :nsREX+'RTreeMapPainter', class: () => import('./draw/RTreeMapPainter.mjs').then(h => h.RTreeMapPainter), opt:'' }
166+
{ name: nsREX+'RTreeMapPainter', class: () => import('./draw/RTreeMapPainter.mjs').then(h => h.RTreeMapPainter), opt: '' }
167167
], cache: {} };
168168

169169

0 commit comments

Comments
 (0)