source:
Dev/trunk/src/client/util/docscripts/tests/functional.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 263 bytes |
Line | |
---|---|
1 | define(["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.