Asynchronous Module Definitions (AMD) and RequireJS

Although Backbone.js provides a general framework for web applications, it does not specify how application code should be organized. To organize code into modules, SuiteCommerce Advanced implements another design pattern called Asynchronous Module Definitions (AMD).

See Dependencies for more information about how modules implement the AMD design pattern.

Related Topics

General Notices