diff rhodecode/public/js/yui/datatable/datatable.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
line wrap: on
line diff
--- a/rhodecode/public/js/yui/datatable/datatable.js	Sat Feb 19 14:38:17 2011 +0100
+++ b/rhodecode/public/js/yui/datatable/datatable.js	Sun Feb 20 20:58:07 2011 +0100
@@ -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 @@
 
 })();
 
-YAHOO.register("datatable", YAHOO.widget.DataTable, {version: "2.8.0r4", build: "2449"});
+YAHOO.register("datatable", YAHOO.widget.DataTable, {version: "2.8.2r1", build: "7"});