source:
Dev/trunk/src/client/dojo/tests/resources/AMDMixin.js
@
483
Last change on this file since 483 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 170 bytes |
Line | |
---|---|
1 | define(["dojo/_base/declare"], function(declare){ |
2 | |
3 | return declare(null, { |
4 | amdMixinDone: true, |
5 | constructor: function(args, node){ |
6 | this.params = args; |
7 | } |
8 | }); |
9 | |
10 | }); |
Note: See TracBrowser
for help on using the repository browser.