Skip to content

Commit

Permalink
Add more externs
Browse files Browse the repository at this point in the history
Add legacyWarnings and legacyNotifyOrder to externs
  • Loading branch information
dfreedm authored Feb 21, 2019
1 parent 6e71271 commit 2ed3bfa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions externs/polymer-externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ Polymer.legacyUndefined;
/** @type {boolean} */
Polymer.legacyNoBatch;

/** @type {boolean} */
Polymer.legacyWarnings;

/** @type {boolean} */
Polymer.legacyNotifyOrder;

// nb. This is explicitly 'var', as Closure Compiler checks that this is the case.
/**
* @constructor
Expand Down

0 comments on commit 2ed3bfa

Please sign in to comment.