Update polymer externs for new settings.

This commit is contained in:
Kevin Schaaf
2019-10-11 11:52:37 -07:00
parent 3506c5202d
commit 5d130faef2

View File

@@ -153,6 +153,9 @@ Polymer.orderedComputed;
/** @type {boolean} */
Polymer.fastDomIf;
/** @type {boolean} */
Polymer.removeNestedTemplates;
/** @type {boolean} */
Polymer.suppressTemplateNotifications;