Remove _legacyUndefinedCheck from the edit modules
Change-Id: Id2511c1147487eb73d941190b29dc511377210fe
This commit is contained in:
committed by
David Pursehouse
parent
9b82f43035
commit
3c0a117660
@@ -19,7 +19,6 @@
|
||||
|
||||
Polymer({
|
||||
is: 'gr-default-editor',
|
||||
_legacyUndefinedCheck: true,
|
||||
|
||||
/**
|
||||
* Fired when the content of the editor changes.
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
Polymer({
|
||||
is: 'gr-edit-controls',
|
||||
_legacyUndefinedCheck: true,
|
||||
|
||||
properties: {
|
||||
change: Object,
|
||||
patchNum: String,
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
|
||||
Polymer({
|
||||
is: 'gr-edit-file-controls',
|
||||
_legacyUndefinedCheck: true,
|
||||
|
||||
/**
|
||||
* Fired when an action in the overflow menu is tapped.
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
|
||||
Polymer({
|
||||
is: 'gr-editor-view',
|
||||
_legacyUndefinedCheck: true,
|
||||
|
||||
/**
|
||||
* Fired when the title of the page should change.
|
||||
|
||||
Reference in New Issue
Block a user