diegoles / closure-library

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

Missing goog.require('goog.debug.ErrorHandler') in events.js #556

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Missing goog.require('goog.debug.ErrorHandler') in goog/events/events.js

Error:

[exec] closure-library/closure/goog/events/events.js:1093: ERROR - Bad type 
annotation. Unknown type goog.debug.ErrorHandler
     [exec]  * @param {goog.debug.ErrorHandler} errorHandler Error handler with which to
     [exec]            ^
     [exec]
     [exec] 1 error(s), 0 warning(s)
     [exec] calcdeps.py: JavaScript compilation failed.

Original issue reported on code.google.com by drahman1...@gmail.com on 29 Apr 2013 at 10:12

GoogleCodeExporter commented 8 years ago
see:
https://code.google.com/p/closure-library/wiki/FrequentlyAskedQuestions#When_I_c
ompile_with_type-checking_on,_I_get_warnings_about_"

Original comment by Nicholas.J.Santos on 30 Apr 2013 at 6:41