Don't log JS errors in Android WebView

pull/417/head
Thibaut Courouble 9 years ago
parent d8c2da09d1
commit 0f2d774984

@ -62,6 +62,8 @@
if @isInjectionError()
@onInjectionError()
return false
if @isAndroidWebview()
return false
true
dataCallback: (data) ->
try

Loading…
Cancel
Save