Added Polymer.version to polymer-externs (#5079)

This commit is contained in:
Mike Samuel
2018-01-31 15:31:18 -05:00
committed by Alexander Marks
parent 4c8d25551e
commit b52ab81dff

View File

@@ -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