Skip to content

Commit

Permalink
Add legacyUndefined and legacyNoBatch to externs
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm authored Feb 21, 2019
1 parent e351f4d commit cc7d4cc
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 @@ -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
Expand Down

0 comments on commit cc7d4cc

Please sign in to comment.