Skip to content

Commit

Permalink
Merge pull request #5614 from Polymer/closure-extern-fix
Browse files Browse the repository at this point in the history
FIx closure annotation
  • Loading branch information
Steve Orvell authored Jan 13, 2020
2 parents 640bc80 + 15ce881 commit 13a8ea4
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 13a8ea4

Please sign in to comment.