root / trunk / web / dojo / dojox / fx / _arg.js @ 12
History | View | Annotate | Download (473 Bytes)
1 | 9 | andrej.cim | /*
|
---|---|---|---|
2 | Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved.
|
||
3 | Available via Academic Free License >= 2.1 OR the modified BSD license.
|
||
4 | see: http://dojotoolkit.org/license for details
|
||
5 | */
|
||
6 | |||
7 | |||
8 | if(!dojo._hasResource["dojox.fx._arg"]){ |
||
9 | dojo._hasResource["dojox.fx._arg"]=true; |
||
10 | dojo.provide("dojox.fx._arg");
|
||
11 | dojox.fx._arg.StyleArgs=function(_1){ |
||
12 | this.node=_1.node;
|
||
13 | this.cssClass=_1.cssClass;
|
||
14 | }; |
||
15 | dojox.fx._arg.ShadowResizeArgs=function(_2){ |
||
16 | this.x=_2.x;
|
||
17 | this.y=_2.y;
|
||
18 | }; |
||
19 | } |