We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05620bb commit 1ca7ec3Copy full SHA for 1ca7ec3
scripts/JSRootCore.js
@@ -7,7 +7,7 @@
7
(function( factory ) {
8
if ( typeof define === "function" && define.amd ) {
9
10
- var jsroot = factory({})
+ var jsroot = factory({}),
11
dir = jsroot.source_dir + "scripts/",
12
ext = jsroot.source_min ? ".min" : "",
13
norjs = (typeof requirejs=='undefined'),
0 commit comments