jfirebaugh / konacha

Test your Rails application's JavaScript with the mocha test framework and chai assertion library
Other
1.05k stars 117 forks source link

Prevent IE from switching to compatible view. #225

Closed kaukas closed 7 years ago

kaukas commented 8 years ago

IE8 (maybe other versions, too) switch to the Compatibility View when an error is encountered. Prevent this.

jfirebaugh commented 7 years ago

Thanks!