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({
|
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.
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user