Issues with Javascript on Mac but not PC
I'm running into some strange issues with some script in which another user's Mac will halt on a line that does nothing more than store a history state to the variable "actHist" while PCs run the entire script fine. We'll be testing the script an another Mac later today, but I was wondering if there are known issues with running Java based scripts on Macs vs PCs? Below is a screenshot of the problem:

I can't figure out WHY it stops on that area. I tried asigning the variable outside the else statement cause I was out of ideas, but it does the same thing regardless where I declare it. The odd part is, that same line is used elsewhere in the script without issues, it just does not seem to work in this one spot on a Mac (PC has no issues with it). Any idea why this is only a problem for the Mac and not any PCs?
