source: Dev/trunk/src/client/dojo/tests/resources/nodemodule.js @ 483

Last change on this file since 483 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 114 bytes
Line 
1/*
2 * Test module for dojo/node plugin
3 */
4
5var nodemodule = module.exports = exports;
6
7nodemodule.test = "value";
Note: See TracBrowser for help on using the repository browser.