vitebonus / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

ADV compilation - Cannot read property 'apply' of undefined #642

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. use goog.net.XhrIo.send static method to create a web request
2. compile with adv compilation. 
3. once the request completes and the callback is finished I get "Uncaught 
TypeError: Cannot read property 'apply' of undefined"

What is the expected output? What do you see instead?
No Exceptions

What version of the product are you using? On what operating system?
google closure library  - 0.0-20130212-95c19e7f0f5f
closure compiler - v20131014
clojurescript - 0.0-2202

Please provide any additional information below.
Switching to creating and using XhrIo objects directly (instead of using the 
static method) causes this error to go away. From my investigations it seems to 
be something involved in looking into .prototype["disposeInternal"]. All code 
works fine under the simple compilation mode.

Original issue reported on code.google.com by tbaldri...@gmail.com on 23 Apr 2014 at 3:57

GoogleCodeExporter commented 8 years ago
This project has moved: https://github.com/google/closure-library

Original comment by johnl...@google.com on 23 Jul 2015 at 7:50