Resolved! How to pass a flag/boolean as parameter to a function?
I want to a pass boolean(with its value) or flat as a parameter/argument to below function. this function will be triggered from multiple sources, so I want to have value of the flag like below, any help would be appreciated. myFunction: function(tas...