fix(ivy): add missing closure extern for \$localize (#32460)
PR Close #32460
This commit is contained in:
parent
f5bec3ff50
commit
e8f9ba4b6c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue