Skip to content

Commit 1ca7ec3

Browse files
committed
typo in JSRootCore.js - missing ","
1 parent 05620bb commit 1ca7ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(function( factory ) {
88
if ( typeof define === "function" && define.amd ) {
99

10-
var jsroot = factory({})
10+
var jsroot = factory({}),
1111
dir = jsroot.source_dir + "scripts/",
1212
ext = jsroot.source_min ? ".min" : "",
1313
norjs = (typeof requirejs=='undefined'),

0 commit comments

Comments
 (0)