mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 22:50:49 +00:00
[Templates] Remove unused template path calculation
This commit is contained in:
parent
19b442cc0b
commit
2d03e3e6d4
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user