~ubuntu-branches/ubuntu/trusty/moodle/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/yuilib/3.9.1/build/graphics-vml-default/graphics-vml-default.js

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-07-19 08:52:46 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130719085246-yebwditc2exoap2r
Tags: 2.5.1-1
* New upstream version: 2.5.1.
  - Fixes security issues:
    CVE-2013-2242 CVE-2013-2243 CVE-2013-2244 CVE-2013-2245
    CVE-2013-2246
* Depend on apache2 instead of obsolete apache2-mpm-prefork.
* Use packaged libphp-phpmailer (closes: #429339), adodb,
  HTMLPurifier, PclZip.
* Update debconf translations, thanks Salvatore Merone, Pietro Tollot,
  Joe Hansen, Yuri Kozlov, Holger Wansing, Américo Monteiro,
  Adriano Rafael Gomes, victory, Michał Kułach.
  (closes: #716972, #716986, #717080, #717108, #717278)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
 
2
YUI.add('graphics-vml-default', function (Y, NAME) {
 
3
 
 
4
Y.Graphic = Y.VMLGraphic;
 
5
Y.Shape = Y.VMLShape;
 
6
Y.Circle = Y.VMLCircle;
 
7
Y.Rect = Y.VMLRect;
 
8
Y.Ellipse = Y.VMLEllipse;
 
9
Y.Path = Y.VMLPath;
 
10
Y.Drawing = Y.VMLDrawing;
 
11
 
 
12
 
 
13
}, '3.9.1');