From 12fff124d29e33600fd977ac2532f8b11773f2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20S=CC=8Ckoda?= Date: Mon, 6 Aug 2012 00:01:28 +0200 Subject: [PATCH] MDL-34741 use 2in3 in mod_assign --- mod/assign/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/assign/module.js b/mod/assign/module.js index d01c9b30318..0e8c0d9620e 100644 --- a/mod/assign/module.js +++ b/mod/assign/module.js @@ -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