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
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.
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.