~ted/lazr-js/annoying-debug-message

« back to all changes in this revision

Viewing changes to src-js/lazrjs/yui/compat/compat.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-09-09 14:20:30 UTC
  • mfrom: (182.1.3 yui-3.2)
  • Revision ID: launchpad@pqm.canonical.com-20100909142030-13w6vo0ixfysxc15
[r=beuno] Update lazr-js to yui-3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3
3
Code licensed under the BSD License:
4
4
http://developer.yahoo.com/yui/license.html
5
 
version: 3.1.2
6
 
build: 56
 
5
version: 3.2.0
 
6
build: 2676
7
7
*/
8
8
YUI.add('compat', function(Y) {
9
9
 
129
129
}
130
130
    
131
131
// add old registration for yahoo
132
 
Y.register("yahoo", Y, {version: "3.1.2", build: "56"});
 
132
Y.register("yahoo", Y, {version: "3.2.0", build: "2676"});
133
133
 
134
134
if (Y.Event) {
135
135
 
580
580
}
581
581
 
582
582
 
583
 
Y.register("event", Y, {version: "3.1.2", build: "56"});
 
583
Y.register("event", Y, {version: "3.2.0", build: "2676"});
584
584
 
585
585
 
586
586
var propertyCache = {};
908
908
 
909
909
 
910
910
 
911
 
}, '3.1.2' ,{requires:['dom','event-base','dump','substitute']});
 
911
}, '3.2.0' ,{requires:['dom','event-base','dump','substitute']});
912
912
YUI._setup(); YUI.use('compat');