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