Skip to content

Commit

Permalink
MDL-34741 use 2in3 in some user TreeView
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Aug 11, 2012
1 parent dbbc5e8 commit 080d057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ M.core_user.init_participation = function(Y) {

M.core_user.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
Expand Down

0 comments on commit 080d057

Please sign in to comment.