Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

kickstart on ie9 #6

Open
edgarz opened this issue Jul 21, 2014 · 1 comment
Open

kickstart on ie9 #6

edgarz opened this issue Jul 21, 2014 · 1 comment

Comments

@edgarz
Copy link

edgarz commented Jul 21, 2014

as i had problems with ie9 (errors on console.log...) i
replaced
eval(main);
with
try {
eval(main);
} catch (ex){
eval("("+main+")");
}

@vitmalina
Copy link
Owner

Thanks, will evaluate it.

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

No branches or pull requests

2 participants