Skip to content

Commit

Permalink
Documentation (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Oct 20, 2017
1 parent c3740b3 commit d2201c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/tutorials/REQUIRE.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ define(function () {
The library also supports the [CommonJS](https://en.wikipedia.org/wiki/CommonJS) format with one restriction.
Only static requires can be used (i.e. the require parameter **must** be a string).

The module public API (i.e. resource output) is the result of the `module.export`.

```javascript
"use strict";
// Private scope
Expand Down

0 comments on commit d2201c8

Please sign in to comment.