Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add REM form #3

Closed
Evgenus opened this issue Oct 20, 2014 · 0 comments · Fixed by #4
Closed

Add REM form #3

Evgenus opened this issue Oct 20, 2014 · 0 comments · Fixed by #4

Comments

@Evgenus
Copy link

Evgenus commented Oct 20, 2014

https://github.com/amdjs/amdjs-api/blob/master/AMD.md#using-require-and-exports

   define(function (require, exports, module) {
     var a = require('a'),
         b = require('b');

     exports.action = function () {};
   });
mrjoelkemp pushed a commit that referenced this issue Oct 25, 2014
mrjoelkemp pushed a commit that referenced this issue Oct 25, 2014
mrjoelkemp added a commit that referenced this issue Oct 25, 2014
Better tests with support for REM. Fixes #3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant