Cross Reference: graphics-canvas-default-debug.js
xref
: /
yui3
/
build
/
graphics-canvas-default
/
graphics-canvas-default-debug.js
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
YUI
.
add
(
'graphics-canvas-default'
,
function
(Y) {
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
;
},
'@VERSION@'
,{
skinnable
:
false
});