MDL-34741 use 2in3 in mod_assign

This commit is contained in:
Petr Škoda 2012-08-06 00:01:28 +02:00
parent c7e35969d5
commit 12fff124d2

View File

@ -2,7 +2,7 @@ M.mod_assign = {};
M.mod_assign.init_tree = function(Y, expand_all, htmlid) {
Y.use('yui2-treeview', function(Y) {
var tree = new YAHOO.widget.TreeView(htmlid);
var tree = new Y.YUI2.widget.TreeView(htmlid);
tree.subscribe("clickEvent", function(node, event) {
// we want normal clicking which redirects to url