Skip to content

Commit 528a543

Browse files
committed
forgot link to map config in jquery doc
1 parent 2b27598 commit 528a543

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/jquery.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h2>
108108
<span class="sectionMark">&sect; 6</span>
109109
</h2>
110110

111-
<p>If <strong>all of your modules</strong> (including any third party jQuery plugins or library code that depend on jQuery) are AMD compatible and you want to avoid having $ or jQuery in the global namespace when they call <code>require(['jquery'])</code>, you can use the <a href="">map config</a> to map the use of jQuery to a module that calls noConflict and returns that value of jQuery for the 'jquery' module ID.</p>
111+
<p>If <strong>all of your modules</strong> (including any third party jQuery plugins or library code that depend on jQuery) are AMD compatible and you want to avoid having $ or jQuery in the global namespace when they call <code>require(['jquery'])</code>, you can use the <a href="api.html#config-map">map config</a> to map the use of jQuery to a module that calls noConflict and returns that value of jQuery for the 'jquery' module ID.</p>
112112

113113
<p>You can use this example with the CDN example above -- the shim example will not work since shimmed libraries need a global jQuery.</p>
114114

0 commit comments

Comments
 (0)