update YUI to 2.8.0r4

This commit is contained in:
Graham Knop 2009-09-21 12:54:44 -05:00
parent 27f474ec64
commit 2d28e0c0ba
2007 changed files with 344487 additions and 210070 deletions

View file

@ -1,16 +1,16 @@
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
version: 2.8.0r4
*/
/**
* The image loader is a framework to dynamically load images
* according to certain triggers, enabling faster load times
* and a more responsive UI.
* The ImageLoader Utility is a framework to dynamically load images according to certain triggers,
* enabling faster load times and a more responsive UI.
*
* @module imageloader
* @namespace YAHOO.util
* @requires yahoo, dom, event
*/
if (typeof(YAHOO.util.ImageLoader) == 'undefined') {
@ -484,4 +484,4 @@ YAHOO.util.ImageLoader.pngBgImgObj.prototype._applyUrl = function(el) {
el.style.backgroundImage = "url('" + this.url + "')";
}
};
YAHOO.register("imageloader", YAHOO.util.ImageLoader, {version: "2.6.0", build: "1321"});
YAHOO.register("imageloader", YAHOO.util.ImageLoader, {version: "2.8.0r4", build: "2449"});