source: Dev/trunk/src/client/dojo/tests/resources/noderequire.js @ 532

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

Added Dojo 1.9.3 release.

File size: 104 bytes
Line 
1/*
2 * Tests that the node.js standard require works fine
3 */
4
5module.exports = require('./nodemodule');
Note: See TracBrowser for help on using the repository browser.