[Tree] Begin adding tree label

This commit is contained in:
Victor Woeltjen
2016-03-11 12:29:24 -08:00
parent 37e6b5a352
commit cebf9f73da
4 changed files with 79 additions and 6 deletions

View File

@ -57,5 +57,9 @@ define([
}.bind(this);
};
ToggleView.prototype.elements = function () {
return this.el;
};
return ToggleView;
});