source: Dev/trunk/src/client/util/docscripts/tests/functional.js @ 532

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

Added Dojo 1.9.3 release.

File size: 263 bytes
Line 
1define(["dojo", "dojox/lang/functional", "dijit"], function(dojo, dlf, dijit){
2
3        return dojo.declare("util.docscripts.tests.FunctionalThinger", null, {
4                // summary:
5                //              This is a test.
6                constructor: function(args){
7                        dojo._mixin(this, args);
8                }
9               
10        });
11
12});
Note: See TracBrowser for help on using the repository browser.