mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 08:25:31 +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.prototype.delete = function (name, flag) {
|
||||
if(flag === 'undefined'){
|
||||
if(typeof flag === 'undefined'){
|
||||
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