diff --git a/apps/common/main/lib/component/TreeView.js b/apps/common/main/lib/component/TreeView.js index 4b4ed903f..fd89c1f9d 100644 --- a/apps/common/main/lib/component/TreeView.js +++ b/apps/common/main/lib/component/TreeView.js @@ -65,7 +65,7 @@ define([ Common.UI.TreeViewStore = Backbone.Collection.extend({ model: Common.UI.TreeViewModel, - expand: function(record) { + expandSubItems: function(record) { var me = this; var _expand_sub_items = function(idx, expanded, level) { for (var i=idx+1; i .item { display: block; width: 100%; .box-shadow(none);