Skip to content

Commit

Permalink
Merge pull request #5187 from Polymer/closure-updates
Browse files Browse the repository at this point in the history
Closure extern update
  • Loading branch information
dfreedm authored May 31, 2018
2 parents eb84ea0 + 3c23d67 commit 0f873cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externs/polymer-externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ Polymer.version;
* @extends {HTMLElement}
* @implements {Polymer_LegacyElementMixin}
*/
var PolymerElement = Polymer.LegacyElementMixin();
var PolymerElement = function() {};

0 comments on commit 0f873cb

Please sign in to comment.