source: Dev/trunk/src/client/util/docscripts/tests/alias.js @ 483

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

Added Dojo 1.9.3 release.

File size: 238 bytes
Line 
1// one would expect this to work.
2dojo.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.