Skip to content

Commit

Permalink
Add missing externs for global settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Sep 20, 2019
1 parent 848e8c9 commit 7fa7897
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions externs/polymer-externs.js
Expand Up @@ -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
Expand Down

0 comments on commit 7fa7897

Please sign in to comment.