Skip to content

Commit

Permalink
Ensure boot.js can only be parsed as a module
Browse files Browse the repository at this point in the history
Closure compiler likes this
  • Loading branch information
rictic authored Aug 15, 2018
1 parent 6dc0184 commit a64dfb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
*/

window.JSCompiler_renameProperty = function(prop) { return prop; };

export {};

0 comments on commit a64dfb0

Please sign in to comment.