Skip to content

Commit 3e55417

Browse files
authored
Merge pull request requirejs#1590 from pwnn/patch-1
Update api.html
2 parents 4316f8f + 366a675 commit 3e55417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ <h2>
904904

905905
<p>During development it can be useful to use this, however <strong>be sure</strong> to remove it before deploying your code.</p>
906906

907-
<p id="config-scriptType"><strong><a href="#config-baseUrl">scriptType</a></strong>: Specify the value for the type="" attribute used for script tags inserted into the document by RequireJS. Default is "text/javascript". To use Firefox's JavaScript 1.8 features, use "text/javascript;version=1.8".</p>
907+
<p id="config-scriptType"><strong><a href="#config-scriptType">scriptType</a></strong>: Specify the value for the type="" attribute used for script tags inserted into the document by RequireJS. Default is "text/javascript". To use Firefox's JavaScript 1.8 features, use "text/javascript;version=1.8".</p>
908908

909909
<p id="config-skipDataMain"><strong><a href="#config-skipDataMain">skipDataMain</a></strong>: Introduced in RequireJS 2.1.9: If set to <code>true</code>, skips the <a href="#data-main">data-main attribute scanning</a> done to start module loading. Useful if RequireJS is embedded in a utility library that may interact with other RequireJS library on the page, and the embedded version should not do data-main loading.</p>
910910

0 commit comments

Comments
 (0)