Fixed Delete not working in protractor

This commit is contained in:
Jesse 2015-07-29 13:22:14 -07:00 committed by Victor Woeltjen
parent af630d1b3e
commit d5c835e777
4 changed files with 1 additions and 1 deletions

View File

@ -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.