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

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-08-23 19:48:21 UTC
  • mfrom: (173.2.15 yui-3.1.2)
  • Revision ID: launchpad@pqm.canonical.com-20100823194821-a1npffz5qodt3ejf
[r=beuno] Land YUI 3.1.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.1
6
 
build: 47
 
5
version: 3.1.2
 
6
build: 56
7
7
*/
8
8
/**
9
9
 * The YUI module contains the components required for building the YUI seed file.
62
62
 
63
63
(function() {
64
64
    var p, prop,
65
 
        VERSION       = '3.1.1', 
 
65
        VERSION       = '3.1.2', 
66
66
        BASE          = 'http://yui.yahooapis.com/',
67
67
        DOC_LABEL     = 'yui3-js-enabled',
68
68
        NOOP          = function() {},
2325
2325
}();
2326
2326
 
2327
2327
 
2328
 
}, '3.1.1' );
 
2328
}, '3.1.2' );
2329
2329
YUI.add('get', function(Y) {
2330
2330
 
2331
2331
(function() {
3044
3044
})();
3045
3045
 
3046
3046
 
3047
 
}, '3.1.1' );
 
3047
}, '3.1.2' );
3048
3048
YUI.add('intl-base', function(Y) {
3049
3049
 
3050
3050
/** 
3128
3128
});
3129
3129
 
3130
3130
 
3131
 
}, '3.1.1' ,{requires:['yui-base']});
 
3131
}, '3.1.2' ,{requires:['yui-base']});
3132
3132
YUI.add('yui-log', function(Y) {
3133
3133
 
3134
3134
/**
3237
3237
})();
3238
3238
 
3239
3239
 
3240
 
}, '3.1.1' ,{requires:['yui-base']});
 
3240
}, '3.1.2' ,{requires:['yui-base']});
3241
3241
YUI.add('yui-later', function(Y) {
3242
3242
 
3243
3243
/**
3306
3306
})();
3307
3307
 
3308
3308
 
3309
 
}, '3.1.1' ,{requires:['yui-base']});
 
3309
}, '3.1.2' ,{requires:['yui-base']});
3310
3310
YUI.add('yui-throttle', function(Y) {
3311
3311
 
3312
3312
/**
3356
3356
 
3357
3357
 
3358
3358
 
3359
 
}, '3.1.1' ,{requires:['yui-base']});
3360
 
 
3361
 
 
3362
 
YUI.add('yui', function(Y){}, '3.1.1' ,{use:['yui-base','get','intl-base','yui-log','yui-later','yui-throttle']});
 
3359
}, '3.1.2' ,{requires:['yui-base']});
 
3360
 
 
3361
 
 
3362
YUI.add('yui', function(Y){}, '3.1.2' ,{use:['yui-base','get','intl-base','yui-log','yui-later','yui-throttle']});
3363
3363