Skip to content

Commit aa5cda7

Browse files
committed
Add missing quotes
1 parent fe67462 commit aa5cda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpython/vpython_libraries/glowcomm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ var attrsb = {'a':'userzoom', 'b':'userspin', 'c':'range', 'd':'autoscale', 'e':
443443
'p':'left', 'q':'right', 'r':'top', 's':'bottom', 't':'_cloneid',
444444
'u':'logx', 'v':'logy', 'w':'dot', 'x':'dot_radius',
445445
'y':'markers', 'z':'legend', 'A':'label','B':'delta', 'C':'marker_color',
446-
'D':'size_units', 'E':'userpan', 'F':'scroll', 'G':integrate_selected}
446+
'D':'size_units', 'E':'userpan', 'F':'scroll', 'G':'integrate_selected'}
447447

448448
// methods are X in {'m': '23X....'}
449449
var methods = {'a':'select', 'b':'pos', 'c':'start', 'd':'stop', 'f':'clear', // unused eghijklmnopvxyzCDFAB

0 commit comments

Comments
 (0)