Remove _legacyUndefinedCheck from the core modules

Change-Id: I1ca93ec2b9f7bad4c9d6ad1d3789c1f4f12b7d82
This commit is contained in:
Paladox none
2019-10-21 15:03:20 +00:00
parent 000c1b44f1
commit b454cd7ea0
10 changed files with 0 additions and 10 deletions

View File

@@ -21,7 +21,6 @@
Polymer({ Polymer({
is: 'gr-account-dropdown', is: 'gr-account-dropdown',
_legacyUndefinedCheck: true,
properties: { properties: {
account: Object, account: Object,

View File

@@ -19,7 +19,6 @@
Polymer({ Polymer({
is: 'gr-error-dialog', is: 'gr-error-dialog',
_legacyUndefinedCheck: true,
/** /**
* Fired when the dismiss button is pressed. * Fired when the dismiss button is pressed.

View File

@@ -27,7 +27,6 @@
Polymer({ Polymer({
is: 'gr-error-manager', is: 'gr-error-manager',
_legacyUndefinedCheck: true,
behaviors: [ behaviors: [
Gerrit.BaseUrlBehavior, Gerrit.BaseUrlBehavior,

View File

@@ -19,7 +19,6 @@
Polymer({ Polymer({
is: 'gr-key-binding-display', is: 'gr-key-binding-display',
_legacyUndefinedCheck: true,
properties: { properties: {
/** @type {Array<string>} */ /** @type {Array<string>} */

View File

@@ -21,7 +21,6 @@
Polymer({ Polymer({
is: 'gr-keyboard-shortcuts-dialog', is: 'gr-keyboard-shortcuts-dialog',
_legacyUndefinedCheck: true,
/** /**
* Fired when the user presses the close button. * Fired when the user presses the close button.

View File

@@ -71,7 +71,6 @@
Polymer({ Polymer({
is: 'gr-main-header', is: 'gr-main-header',
_legacyUndefinedCheck: true,
hostAttributes: { hostAttributes: {
role: 'banner', role: 'banner',

View File

@@ -146,7 +146,6 @@
// eslint-disable-next-line prefer-const // eslint-disable-next-line prefer-const
let GrReporting = Polymer({ let GrReporting = Polymer({
is: 'gr-reporting', is: 'gr-reporting',
_legacyUndefinedCheck: true,
properties: { properties: {
category: String, category: String,

View File

@@ -209,7 +209,6 @@
Polymer({ Polymer({
is: 'gr-router', is: 'gr-router',
_legacyUndefinedCheck: true,
properties: { properties: {
_app: { _app: {

View File

@@ -104,7 +104,6 @@
Polymer({ Polymer({
is: 'gr-search-bar', is: 'gr-search-bar',
_legacyUndefinedCheck: true,
/** /**
* Fired when a search is committed * Fired when a search is committed

View File

@@ -23,7 +23,6 @@
Polymer({ Polymer({
is: 'gr-smart-search', is: 'gr-smart-search',
_legacyUndefinedCheck: true,
properties: { properties: {
searchQuery: String, searchQuery: String,