Add missing externs for global settings.

This commit is contained in:
Kevin Schaaf
2019-09-20 10:53:50 -07:00
parent 848e8c9be6
commit 7fa78973fa

View File

@@ -150,6 +150,12 @@ Polymer.legacyNotifyOrder;
/** @type {boolean} */
Polymer.orderedComputed;
/** @type {boolean} */
Polymer.fastDomIf;
/** @type {boolean} */
Polymer.suppressTemplateNotifications;
// nb. This is explicitly 'var', as Closure Compiler checks that this is the case.
/**
* @constructor