~bac/juju-gui/trunkcopy

« back to all changes in this revision

Viewing changes to lib/yui/build/graphics-svg-default/graphics-svg-default-debug.js

  • Committer: kapil.foss at gmail
  • Date: 2012-07-13 18:45:59 UTC
  • Revision ID: kapil.foss@gmail.com-20120713184559-2xl7be17egsrz0c9
reshape

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
YUI 3.5.1 (build 22)
3
 
Copyright 2012 Yahoo! Inc. All rights reserved.
4
 
Licensed under the BSD License.
5
 
http://yuilibrary.com/license/
6
 
*/
7
 
YUI.add('graphics-svg-default', function(Y) {
8
 
 
9
 
Y.Graphic = Y.SVGGraphic;
10
 
Y.Shape = Y.SVGShape;
11
 
Y.Circle = Y.SVGCircle;
12
 
Y.Rect = Y.SVGRect;
13
 
Y.Ellipse = Y.SVGEllipse;
14
 
Y.Path = Y.SVGPath;
15
 
Y.Drawing = Y.SVGDrawing;
16
 
 
17
 
 
18
 
}, '3.5.1' ,{skinnable:false});