Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

graphics-vml-default-debug.js 415B

12345678910111213141516171819
  1. /*
  2. Copyright (c) 2010, Yahoo! Inc. All rights reserved.
  3. Code licensed under the BSD License:
  4. http://developer.yahoo.com/yui/license.html
  5. version: 3.4.0
  6. build: nightly
  7. */
  8. YUI.add('graphics-vml-default', function(Y) {
  9. Y.Graphic = Y.VMLGraphic;
  10. Y.Shape = Y.VMLShape;
  11. Y.Circle = Y.VMLCircle;
  12. Y.Rect = Y.VMLRect;
  13. Y.Ellipse = Y.VMLEllipse;
  14. Y.Path = Y.VMLPath;
  15. Y.Drawing = Y.VMLDrawing;
  16. }, '3.4.0' ,{skinnable:false});