mirror of
https://github.com/moodle/moodle.git
synced 2025-07-28 01:41:03 +02:00
13 lines
234 B
JavaScript
13 lines
234 B
JavaScript
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;
|
|
|
|
|
|
}, '3.18.1');
|