Skip to content

Commit

Permalink
FIx closure annotation
Browse files Browse the repository at this point in the history
Closure was unhappy with the change from `var` to `let` so reverting it.
  • Loading branch information
Steven Orvell committed Jan 13, 2020
1 parent 640bc80 commit 15ce881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externs/polymer-dom-api-externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @interface
*/
let PolymerDomApi = function() {};
var PolymerDomApi = function() {};

/**
* @param {?Node} node
Expand Down

0 comments on commit 15ce881

Please sign in to comment.