Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where is the definition of checkSupport? #114

Open
php-max opened this issue May 19, 2015 · 3 comments
Open

where is the definition of checkSupport? #114

php-max opened this issue May 19, 2015 · 3 comments
Labels

Comments

@php-max
Copy link

php-max commented May 19, 2015

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?

@Mikular
Copy link

Mikular commented May 28, 2015

Hi there,

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.

@php-max
Copy link
Author

php-max commented May 28, 2015

Hi, Dan, I think you are just as smart as I am. Just insert an empty checkSupport func.

@koalixCZ
Copy link

This is problem in the syn library. If you fix it by this way, "special" keys will not work.
You can see the issue Special keys are not working ([insert], [ctrl], [alt], [caps]) for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants