diff --git a/rhodecode/public/js/yui/datatable/datatable.js b/rhodecode/public/js/yui/datatable/datatable.js --- a/rhodecode/public/js/yui/datatable/datatable.js +++ b/rhodecode/public/js/yui/datatable/datatable.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 */ /** * Mechanism to execute a series of callbacks in a non-blocking queue. Each callback is executed via setTimout unless configured with a negative timeout, in which case it is run in blocking mode in the same execution thread as the previous callback. Callbacks can be function references or object literals with the following keys: @@ -17119,4 +17119,4 @@ lang.augmentObject(CE, BCE); })(); -YAHOO.register("datatable", YAHOO.widget.DataTable, {version: "2.8.0r4", build: "2449"}); +YAHOO.register("datatable", YAHOO.widget.DataTable, {version: "2.8.2r1", build: "7"});