source:
Dev/trunk/src/client/dojo/tests/resources/noderequire.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 104 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | /* |
2 | * Tests that the node.js standard require works fine | |
3 | */ | |
4 | ||
5 | module.exports = require('./nodemodule'); |
Note: See TracBrowser
for help on using the repository browser.