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