File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,6 @@ A build tool that converts AMD code to standard JavaScript.
1111
1212** Single file** client-side JavaScript libraries that want to use AMD to structure and build their code, but don't want an AMD footprint.
1313
14- ## Used By
15-
16- * [ AddThis Smart Layers] ( https://www.addthis.com/get/smart-layers ) - Third-party social widgets suite
17-
18- * [ Ractive.js] ( http://www.ractivejs.org/ ) - Next-generation DOM manipulation
19-
20- * [ Mod.js] ( http://madscript.com/modjs/ ) - JavaScript Workflow Tooling
21-
2214
2315## Why
2416
@@ -342,6 +334,14 @@ __I am having a scope problem with all of the local module variables. What can
342334- You can use the ` globalObject ` option to store all of your modules in a global object that uses the top-most function scope.
343335
344336
337+ ## Used By
338+
339+ * [ AddThis Smart Layers] ( https://www.addthis.com/get/smart-layers ) - Third-party social widgets suite
340+
341+ * [ Ractive.js] ( http://www.ractivejs.org/ ) - Next-generation DOM manipulation
342+
343+ * [ Mod.js] ( http://madscript.com/modjs/ ) - JavaScript Workflow Tooling
344+
345345## License
346346
347347Copyright (c) 2013 Greg Franko Licensed under the MIT license.
You can’t perform that action at this time.
0 commit comments