[Tree] Show tree with toggle

This commit is contained in:
Victor Woeltjen
2016-03-11 14:33:05 -08:00
parent d4b15525ca
commit dc2b3e85cc
4 changed files with 24 additions and 17 deletions

View File

@ -45,6 +45,9 @@ requirejs.config({
},
"moment-duration-format": {
"deps": [ "moment" ]
},
"zepto": {
"exports": "Zepto"
}
}
});