Remove _legacyUndefinedCheck from the edit modules

Change-Id: Id2511c1147487eb73d941190b29dc511377210fe
This commit is contained in:
Paladox none
2019-10-24 20:35:20 +00:00
committed by David Pursehouse
parent 9b82f43035
commit 3c0a117660
4 changed files with 1 additions and 4 deletions

View File

@@ -19,7 +19,6 @@
Polymer({ Polymer({
is: 'gr-default-editor', is: 'gr-default-editor',
_legacyUndefinedCheck: true,
/** /**
* Fired when the content of the editor changes. * Fired when the content of the editor changes.

View File

@@ -19,7 +19,7 @@
Polymer({ Polymer({
is: 'gr-edit-controls', is: 'gr-edit-controls',
_legacyUndefinedCheck: true,
properties: { properties: {
change: Object, change: Object,
patchNum: String, patchNum: String,

View File

@@ -19,7 +19,6 @@
Polymer({ Polymer({
is: 'gr-edit-file-controls', is: 'gr-edit-file-controls',
_legacyUndefinedCheck: true,
/** /**
* Fired when an action in the overflow menu is tapped. * Fired when an action in the overflow menu is tapped.

View File

@@ -26,7 +26,6 @@
Polymer({ Polymer({
is: 'gr-editor-view', is: 'gr-editor-view',
_legacyUndefinedCheck: true,
/** /**
* Fired when the title of the page should change. * Fired when the title of the page should change.