~lutostag/ubuntu/utopic/maas/1.5.2

« back to all changes in this revision

Viewing changes to src/maasserver/static/jslibs/yui/3.4.1/build/node-event-html5/node-event-html5.js

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-03-15 18:14:08 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120315181408-zgl94hzo0x4n99an
Tags: 0.1+bzr295+dfsg-0ubuntu2
* debian/patches:
  - 01-fix-database-settings.patch: Update to set PSERV_URL.
  - 02-pserv-config.patch: Set port to 8001.
* debian/maas.postinst: Run maas-import-isos on install.
* debian/control: Depends on rabbitmq-server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
YUI 3.4.1 (build 4118)
 
3
Copyright 2011 Yahoo! Inc. All rights reserved.
 
4
Licensed under the BSD License.
 
5
http://yuilibrary.com/license/
 
6
*/
 
7
YUI.add('node-event-html5', function(Y) {
 
8
 
 
9
Y.mix(Y.Node.DOM_EVENTS, {
 
10
    DOMActivate: 1,
 
11
    DOMContentLoaded: 1,
 
12
    afterprint: 1,
 
13
    beforeprint: 1,
 
14
    canplay: 1,
 
15
    canplaythrough: 1,
 
16
    durationchange: 1,
 
17
    emptied: 1,
 
18
    ended: 1,
 
19
    formchange: 1,
 
20
    forminput: 1,
 
21
    hashchange: 1,
 
22
    input: 1,
 
23
    invalid: 1,
 
24
    loadedmetadata: 1,
 
25
    loadeddata: 1,
 
26
    loadstart: 1,
 
27
    offline: 1,
 
28
    online: 1,
 
29
    pagehide: 1,
 
30
    pageshow: 1,
 
31
    pause: 1,
 
32
    play: 1,
 
33
    playing: 1,
 
34
    popstate: 1,
 
35
    progress: 1,
 
36
    ratechange: 1,
 
37
    readystatechange: 1,
 
38
    redo: 1,
 
39
    seeking: 1,
 
40
    seeked: 1,
 
41
    show: 1,
 
42
    stalled: 1,
 
43
    suspend: 1,
 
44
    timeupdate: 1,
 
45
    undeo: 1,
 
46
    volumechange: 1,
 
47
    waiting: 1
 
48
});
 
49
 
 
50
 
 
51
}, '3.4.1' ,{requires:['node-base']});