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