| 1 | // Uses CommonJS, AMD or browser globals to create a module. This example |
| 2 | // creates a global even when AMD is used. This is useful if you have some |
| 3 | // scripts that are loaded by an AMD loader, but they still want access to |
| 4 | // globals. If you do not need to export a global for the AMD case, see |