File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44// If you want to support other stricter CommonJS environments,
55// or if you need to create a circular dependency, see commonJsStrict.js
66
7- // Defines a module "amdWeb" that depends another module called "b".
7+ // Defines a module "amdWeb" that depends on another module called "b".
88// Note that the name of the module is implied by the file name. It is best
99// if the file name and the exported global have matching names.
1010
1111// If the 'b' module also uses this type of boilerplate, then
1212// in the browser, it will create a global .b that is used below.
1313
1414// If you do not want to support the browser global path, then you
15- // can remove the `root` use and the passing `this` as the first arg to
15+ // can remove the `root` use and the passing of `this` as the first arg to
1616// the top function.
1717
1818( function ( root , factory ) {
You can’t perform that action at this time.
0 commit comments