You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just download and install the 3.0 but when I run it , it reports checkSupport is not defined, which is called on line 690. What is that? How can I mute the warning or do I really miss something?
The text was updated successfully, but these errors were encountered:
I've had no luck finding where the definition of this function is supposed to lie, but the (admittedly terrible) workaround I've used is just to provide a blank function definition for checkSupport before I reference the funcunit script, ie. function checkSupport() { return; }.
Looking at where the code is used in funcunit.js it doesn't seem entirely essential to operations, but then I've had further issues (similar to your issue #93, I think) since then, so I'm not sure. Hope this helps.
I just download and install the 3.0 but when I run it , it reports checkSupport is not defined, which is called on line 690. What is that? How can I mute the warning or do I really miss something?
The text was updated successfully, but these errors were encountered: