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({
is: 'gr-default-editor',
_legacyUndefinedCheck: true,
/**
* Fired when the content of the editor changes.

View File

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

View File

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

View File

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