mirror of
https://github.com/moodle/moodle.git
synced 2025-07-26 08:50:30 +02:00
13 lines
258 B
JavaScript
13 lines
258 B
JavaScript
YUI.add('graphics-canvas-default', function (Y, NAME) {
|
|
|
|
Y.Graphic = Y.CanvasGraphic;
|
|
Y.Shape = Y.CanvasShape;
|
|
Y.Circle = Y.CanvasCircle;
|
|
Y.Rect = Y.CanvasRect;
|
|
Y.Ellipse = Y.CanvasEllipse;
|
|
Y.Path = Y.CanvasPath;
|
|
Y.Drawing = Y.CanvasDrawing;
|
|
|
|
|
|
}, '3.18.1');
|