Skip to content

Commit

Permalink
Merge pull request #5466 from Polymer/externs-let
Browse files Browse the repository at this point in the history
Externs should use var instead of let
  • Loading branch information
rictic committed Jan 15, 2019
2 parents 21930e7 + 7745d43 commit d619dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externs/webcomponents-externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let ShadyDOM = {

window.ShadyDOM = ShadyDOM;

let WebComponents = {};
var WebComponents = {};
window.WebComponents = WebComponents;

/** @type {Element} */
Expand Down

0 comments on commit d619dc1

Please sign in to comment.