Skip to content

Commit

Permalink
fix(ivy): add missing closure extern for \$localize (#32460)
Browse files Browse the repository at this point in the history
PR Close #32460
  • Loading branch information
mhevery committed Sep 3, 2019
1 parent f5bec3f commit e8f9ba4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/core/src/core.externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit e8f9ba4

Please sign in to comment.