diff --git a/rhodecode/public/js/yui/imageloader/imageloader-debug.js b/rhodecode/public/js/yui/imageloader/imageloader-debug.js --- a/rhodecode/public/js/yui/imageloader/imageloader-debug.js +++ b/rhodecode/public/js/yui/imageloader/imageloader-debug.js @@ -1,8 +1,8 @@ /* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. +Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.8.0r4 +http://developer.yahoo.com/yui/license.html +version: 2.8.2r1 */ /** * The ImageLoader Utility is a framework to dynamically load images according to certain triggers, @@ -484,4 +484,4 @@ YAHOO.util.ImageLoader.pngBgImgObj.proto el.style.backgroundImage = "url('" + this.url + "')"; } }; -YAHOO.register("imageloader", YAHOO.util.ImageLoader, {version: "2.8.0r4", build: "2449"}); +YAHOO.register("imageloader", YAHOO.util.ImageLoader, {version: "2.8.2r1", build: "7"});