mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 08:03:49 +00:00
[Build] Remove unused variables
...to satisfy JSHint
This commit is contained in:
@ -3,7 +3,7 @@ define(
|
||||
["../controllers/MCTTableController"],
|
||||
function (MCTTableController) {
|
||||
|
||||
function MCTTable($timeout) {
|
||||
function MCTTable() {
|
||||
return {
|
||||
restrict: "E",
|
||||
templateUrl: "platform/features/table/res/templates/mct-data-table.html",
|
||||
@ -13,7 +13,7 @@ define(
|
||||
rows: "=",
|
||||
enableFilter: "=?",
|
||||
enableSort: "=?"
|
||||
},
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user