comparison rhodecode/public/js/yui/layout/layout-debug.js @ 1073:289ff43cc190 beta

update YUI dev libs to latest version
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 20 Feb 2011 20:58:07 +0100
parents 1e757ac98988
children
comparison
equal deleted inserted replaced
1072:8320d5cdccd0 1073:289ff43cc190
1 /* 1 /*
2 Copyright (c) 2009, Yahoo! Inc. All rights reserved. 2 Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License: 3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt 4 http://developer.yahoo.com/yui/license.html
5 version: 2.8.0r4 5 version: 2.8.2r1
6 */ 6 */
7 /** 7 /**
8 * @description <p>Provides a fixed layout containing, top, bottom, left, right and center layout units. It can be applied to either the body or an element.</p> 8 * @description <p>Provides a fixed layout containing, top, bottom, left, right and center layout units. It can be applied to either the body or an element.</p>
9 * @namespace YAHOO.widget 9 * @namespace YAHOO.widget
10 * @requires yahoo, dom, element, event 10 * @requires yahoo, dom, element, event
2300 */ 2300 */
2301 }); 2301 });
2302 2302
2303 YAHOO.widget.LayoutUnit = LayoutUnit; 2303 YAHOO.widget.LayoutUnit = LayoutUnit;
2304 })(); 2304 })();
2305 YAHOO.register("layout", YAHOO.widget.Layout, {version: "2.8.0r4", build: "2449"}); 2305 YAHOO.register("layout", YAHOO.widget.Layout, {version: "2.8.2r1", build: "7"});