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:
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.