mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
[Common UI] Remove unused variable
...from mct-splitter directive.
This commit is contained in:
parent
3a3829682c
commit
47bfe40294
@ -44,8 +44,7 @@ define(
|
||||
*/
|
||||
function MCTSplitter() {
|
||||
function link(scope, element, attrs, mctSplitPane) {
|
||||
var initialPosition,
|
||||
activeInterval;
|
||||
var initialPosition;
|
||||
|
||||
element.addClass("splitter");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user