~ubuntu-branches/ubuntu/precise/whoopsie-daisy/precise-proposed

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/build/node-event-html5/node-event-html5.js

  • Committer: Package Import Robot
  • Author(s): Evan Dandrea
  • Date: 2012-04-18 13:04:36 UTC
  • Revision ID: package-import@ubuntu.com-20120418130436-vmt93p8fds516lws
Tags: 0.1.32
Fix failing tests on powerpc and ARM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
YUI 3.5.0 (build 5089)
 
3
Copyright 2012 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
/**
 
10
 * Adds HTML5 event support to Node.
 
11
 *
 
12
 * @module node
 
13
 * @submodule node-event-html5
 
14
 **/
 
15
 
 
16
Y.mix(Y.Node.DOM_EVENTS, {
 
17
    DOMActivate: 1,
 
18
    DOMContentLoaded: 1,
 
19
    afterprint: 1,
 
20
    beforeprint: 1,
 
21
    canplay: 1,
 
22
    canplaythrough: 1,
 
23
    durationchange: 1,
 
24
    emptied: 1,
 
25
    ended: 1,
 
26
    formchange: 1,
 
27
    forminput: 1,
 
28
    hashchange: 1,
 
29
    input: 1,
 
30
    invalid: 1,
 
31
    loadedmetadata: 1,
 
32
    loadeddata: 1,
 
33
    loadstart: 1,
 
34
    offline: 1,
 
35
    online: 1,
 
36
    pagehide: 1,
 
37
    pageshow: 1,
 
38
    pause: 1,
 
39
    play: 1,
 
40
    playing: 1,
 
41
    popstate: 1,
 
42
    progress: 1,
 
43
    ratechange: 1,
 
44
    readystatechange: 1,
 
45
    redo: 1,
 
46
    seeking: 1,
 
47
    seeked: 1,
 
48
    show: 1,
 
49
    stalled: 1,
 
50
    suspend: 1,
 
51
    timeupdate: 1,
 
52
    undo: 1,
 
53
    volumechange: 1,
 
54
    waiting: 1
 
55
});
 
56
 
 
57
 
 
58
}, '3.5.0' ,{requires:['node-base']});