Add legacyUndefined and legacyNoBatch to externs

This commit is contained in:
Daniel Freedman
2019-02-20 17:04:01 -08:00
committed by GitHub
parent e351f4dd95
commit cc7d4cc834

View File

@@ -135,6 +135,12 @@ Polymer.legacyOptimizations;
/** @type {boolean} */
Polymer.syncInitialRender;
/** @type {boolean} */
Polymer.legacyUndefined;
/** @type {boolean} */
Polymer.legacyNoBatch;
// nb. This is explicitly 'var', as Closure Compiler checks that this is the case.
/**
* @constructor