[Tree] Begin using mct-tree for tree representation

This commit is contained in:
Victor Woeltjen
2016-03-11 14:23:08 -08:00
parent cbd9509260
commit d4b15525ca
7 changed files with 14 additions and 23 deletions

View File

@@ -23,7 +23,7 @@
define([
'zepto',
'text!../../res/templates/ui/tree-label.html'
'text!../../res/templates/tree/tree-label.html'
], function ($, labelTemplate) {
'use strict';