Skip to content

Commit 2ed3bfa

Browse files
authored
Add more externs
Add legacyWarnings and legacyNotifyOrder to externs
1 parent 6e71271 commit 2ed3bfa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

externs/polymer-externs.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ Polymer.legacyUndefined;
141141
/** @type {boolean} */
142142
Polymer.legacyNoBatch;
143143

144+
/** @type {boolean} */
145+
Polymer.legacyWarnings;
146+
147+
/** @type {boolean} */
148+
Polymer.legacyNotifyOrder;
149+
144150
// nb. This is explicitly 'var', as Closure Compiler checks that this is the case.
145151
/**
146152
* @constructor

0 commit comments

Comments
 (0)