fix(ivy): add missing closure extern for \$localize (#32460)

PR Close #32460
This commit is contained in:
Miško Hevery 2019-09-03 11:43:13 -07:00
parent f5bec3ff50
commit e8f9ba4b6c
1 changed files with 6 additions and 0 deletions

View File

@ -16,3 +16,9 @@
* @suppress {duplicate}
*/
var wtf;
/**
* This is needed to declare global `$localize` to let closure compiler know
* about the global variable.
*/
var $localize;