XHR and updatedisplay fixes for IE8 #3189
+43
−15
gkatsev
added
some commits
dmlap
commented on the diff
src/js/tech/tech.js
@@ -333,6 +333,10 @@ class Tech extends Component { | ||
script.onerror = () => { | ||
this.trigger('vttjserror'); | ||
}; | ||
+ this.on('dispose', () => { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.