| 12345678910111213141516171819 |
- /*
- Copyright (c) 2010, Yahoo! Inc. All rights reserved.
- Code licensed under the BSD License:
- http://developer.yahoo.com/yui/license.html
- version: 3.4.0
- build: nightly
- */
- YUI.add('graphics-vml-default', function(Y) {
-
- Y.Graphic = Y.VMLGraphic;
- Y.Shape = Y.VMLShape;
- Y.Circle = Y.VMLCircle;
- Y.Rect = Y.VMLRect;
- Y.Ellipse = Y.VMLEllipse;
- Y.Path = Y.VMLPath;
- Y.Drawing = Y.VMLDrawing;
-
-
- }, '3.4.0' ,{skinnable:false});
|