Skip to content

Commit

Permalink
Added Polymer.version to polymer-externs (#5079)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesamuel authored and aomarks committed Jan 31, 2018
1 parent 4c8d255 commit b52ab81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions externs/polymer-externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ PolymerTelemetry.dumpRegistrations;;
/** @type {PolymerTelemetry} */
Polymer.telemetry;

/** @type {string} */
Polymer.version;

// nb. This is explicitly 'var', as Closure Compiler checks that this is the case.
/**
* @constructor
Expand Down

0 comments on commit b52ab81

Please sign in to comment.