MDL-21998 switching to YUI3.1.0 lib - there do not seem to be any mojor regressions...
authorPetr Skoda <skodak@moodle.org>
Sun, 11 Apr 2010 08:50:08 +0000 (08:50 +0000)
committerPetr Skoda <skodak@moodle.org>
Sun, 11 Apr 2010 08:50:08 +0000 (08:50 +0000)
lib/setup.php

index f6cf661..7f62cd3 100644 (file)
@@ -45,7 +45,7 @@ $CFG->libdir = $CFG->dirroot .'/lib';
 
 // exact version of currently used yui2 and 3 library
 $CFG->yui2version = '2.8.0r4';
-$CFG->yui3version = '3.0.0';
+$CFG->yui3version = '3.1.0';
 
 // special support for highly optimised scripts that do not need libraries and DB connection
 if (defined('ABORT_AFTER_CONFIG')) {