src/cm/media/js/lib/yui/yui3-3.15.0/build/graphics-vml-default/graphics-vml-default.js
author gibus
Mon, 10 Mar 2014 15:19:48 +0100
changeset 602 e16a97fb364a
permissions -rw-r--r--
Use YUI 3.15

YUI.add('graphics-vml-default', function (Y, NAME) {

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;


}, '@VERSION@');