source:
Dev/trunk/src/client/dojo/tests/resources/nodemodule.js
@
529
Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 114 bytes |
Line | |
---|---|
1 | /* |
2 | * Test module for dojo/node plugin |
3 | */ |
4 | |
5 | var nodemodule = module.exports = exports; |
6 | |
7 | nodemodule.test = "value"; |
Note: See TracBrowser
for help on using the repository browser.