/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/static/javascript/yui/build/dd/dd-ddm.js

  • Committer: Martin Albisetti
  • Date: 2008-12-30 19:20:39 UTC
  • Revision ID: argentina@gmail.com-20081230192039-kc2spvli08fo09sx
Upgrade YUI3 to PR2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
3
3
Code licensed under the BSD License:
4
4
http://developer.yahoo.net/yui/license.txt
5
 
version: 3.0.0pr1
 
5
version: 3.0.0pr2
6
6
*/
7
7
YUI.add('dd-ddm', function(Y) {
8
8
 
109
109
            this._pg.on('mousemove', this._move, this, true);
110
110
            
111
111
            
112
 
            //TODO
113
 
            Y.Event.addListener(window, 'resize', this._pg_size, this, true);
114
 
            Y.Event.addListener(window, 'scroll', this._pg_size, this, true);
 
112
            Y.on('resize', this._pg_size, window, this, true);
 
113
            Y.on('scroll', this._pg_size, window, this, true);
115
114
        }   
116
115
    }, true);
117
116
 
119
118
 
120
119
 
121
120
 
122
 
}, '3.0.0pr1' ,{requires:['dd-ddm-base'], skinnable:false});
 
121
}, '3.0.0pr2' ,{requires:['dd-ddm-base'], skinnable:false});