I am using the Google Closure Library to implement a very big scale project. I have just started working on it, however I’m getting a strange error in IE8. It is the only browser that detects JavaScript errors in the page, and I cannot understand why.
http:://www.niuzly.com/ajax/niuzly.base.js
This is the link to the JS script used. It is using the Google JavaScript Guidelines, so it should be fairly easy to understand everything. Thank you for your time!
The linked JavaScript file “niuzly.base.js” does not appear to
goog.providethe namespace. Try adding the following line below your copyright notice:You should also explicitly
goog.require‘goog.dom`: