[Templates] Remove unused template path calculation

This commit is contained in:
Victor Woeltjen 2016-02-26 15:03:45 -08:00
parent 19b442cc0b
commit 2d03e3e6d4

View File

@ -50,12 +50,6 @@ define(
* @constructor * @constructor
*/ */
function MCTForm() { function MCTForm() {
var templatePath = [
"platform/forms", //MCTForm.bundle.path,
"res", //MCTForm.bundle.resources,
"templates/toolbar.html"
].join("/");
return { return {
// Only show at the element level // Only show at the element level
restrict: "E", restrict: "E",