You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
While it may not make sense to condense the whole Closure library and include its definition (#23), we should at a minimum include definitions for things declared in Closure's base.js.
Aside from being commonly used, since there is no goog.provide('goog') or goog.require('goog'), the various goog.* methods and attributes are never loaded automatically.
The text was updated successfully, but these errors were encountered:
While it may not make sense to condense the whole Closure library and include its definition (#23), we should at a minimum include definitions for things declared in Closure's base.js.
Aside from being commonly used, since there is no
goog.provide('goog')
orgoog.require('goog')
, the variousgoog.*
methods and attributes are never loaded automatically.The text was updated successfully, but these errors were encountered: