|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
YUI.add('graphics-vml-default', function (Y, NAME) {
|
|
|
2 |
|
|
|
3 |
Y.Graphic = Y.VMLGraphic;
|
|
|
4 |
Y.Shape = Y.VMLShape;
|
|
|
5 |
Y.Circle = Y.VMLCircle;
|
|
|
6 |
Y.Rect = Y.VMLRect;
|
|
|
7 |
Y.Ellipse = Y.VMLEllipse;
|
|
|
8 |
Y.Path = Y.VMLPath;
|
|
|
9 |
Y.Drawing = Y.VMLDrawing;
|
|
|
10 |
|
|
|
11 |
|
|
|
12 |
}, '3.18.1');
|