| 12345678 |
- /*
- 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-canvas-default",function(a){a.Graphic=a.CanvasGraphic;a.Shape=a.CanvasShape;a.Circle=a.CanvasCircle;a.Rect=a.CanvasRect;a.Ellipse=a.CanvasEllipse;a.Path=a.CanvasPath;a.Drawing=a.CanvasDrawing;},"3.4.0",{skinnable:false});
|