Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
238 bytes
|
Line | |
---|
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.