NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / graphics-canvas-default / graphics-canvas-default-debug.js
blobe5d18650099a839174f01345766483a4e18c14af
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 YUI.add('graphics-canvas-default', function (Y, NAME) {
10 Y.Graphic = Y.CanvasGraphic;
11 Y.Shape = Y.CanvasShape;
12 Y.Circle = Y.CanvasCircle;
13 Y.Rect = Y.CanvasRect;
14 Y.Ellipse = Y.CanvasEllipse;
15 Y.Path = Y.CanvasPath;
16 Y.Drawing = Y.CanvasDrawing;
19 }, '3.13.0');