mirror of
https://github.com/nasa/openmct.git
synced 2025-02-12 05:35:56 +00:00
Fixed Delete not working in protractor
This commit is contained in:
parent
af630d1b3e
commit
d5c835e777
@ -5,7 +5,7 @@ var RightMenu = (function () {
|
|||||||
}
|
}
|
||||||
//RightMenu Click on Object
|
//RightMenu Click on Object
|
||||||
RightMenu.prototype.delete = function (name, flag) {
|
RightMenu.prototype.delete = function (name, flag) {
|
||||||
if(flag === 'undefined'){
|
if(typeof flag === 'undefined'){
|
||||||
flag = true;
|
flag = true;
|
||||||
}
|
}
|
||||||
if(flag === true){
|
if(flag === true){
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user