source:
Dev/trunk/src/client/util/docscripts/tests/alias_amd.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 155 bytes |
Line | |
---|---|
1 | define(["dojo","dijit"], function(_dojo){ |
2 | |
3 | dojo.sampleFunction = function(a, b, c){ |
4 | // summary: WTF |
5 | return ""; // String |
6 | } |
7 | |
8 | }); |
Note: See TracBrowser
for help on using the repository browser.