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

Added Dojo 1.9.3 release.

File size: 155 bytes
Line 
1define(["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.