Remove _legacyUndefinedCheck from the behavior test modules

Change-Id: I40fd57af6e2d422ebcad0116a0a9d44d995fad4f
This commit is contained in:
Paladox none
2019-10-14 12:27:23 +00:00
parent f55c736f72
commit b391f2f649
13 changed files with 0 additions and 13 deletions

View File

@@ -54,7 +54,6 @@ limitations under the License.
// Define a Polymer element that uses this behavior.
Polymer({
is: 'test-element',
_legacyUndefinedCheck: true,
behaviors: [
Gerrit.BaseUrlBehavior,
],

View File

@@ -40,7 +40,6 @@ limitations under the License.
// Define a Polymer element that uses this behavior.
Polymer({
is: 'docs-url-behavior-element',
_legacyUndefinedCheck: true,
behaviors: [Gerrit.DocsUrlBehavior],
});
});

View File

@@ -48,7 +48,6 @@ limitations under the License.
// Define a Polymer element that uses this behavior.
Polymer({
is: 'test-element',
_legacyUndefinedCheck: true,
behaviors: [Gerrit.DomUtilBehavior],
});
});

View File

@@ -40,7 +40,6 @@ limitations under the License.
// Define a Polymer element that uses this behavior.
Polymer({
is: 'test-element',
_legacyUndefinedCheck: true,
behaviors: [Gerrit.AccessBehavior],
});
});

View File

@@ -43,7 +43,6 @@ limitations under the License.
// Define a Polymer element that uses this behavior.
Polymer({
is: 'test-element',
_legacyUndefinedCheck: true,
behaviors: [
Gerrit.AdminNavBehavior,
],

View File

@@ -50,7 +50,6 @@ limitations under the License.
// Define a Polymer element that uses this behavior.
Polymer({
is: 'test-element',
_legacyUndefinedCheck: true,
behaviors: [Gerrit.ChangeTableBehavior],
});
});

View File

@@ -46,7 +46,6 @@ limitations under the License.
// Define a Polymer element that uses this behavior.
Polymer({
is: 'test-element-anon',
_legacyUndefinedCheck: true,
behaviors: [
Gerrit.DisplayNameBehavior,
],

View File

@@ -42,7 +42,6 @@ limitations under the License.
// Define a Polymer element that uses this behavior.
Polymer({
is: 'test-element',
_legacyUndefinedCheck: true,
behaviors: [Gerrit.ListViewBehavior],
});
});

View File

@@ -53,7 +53,6 @@ limitations under the License.
// Define a Polymer element that uses this behavior.
Polymer({
is: 'tooltip-behavior-element',
_legacyUndefinedCheck: true,
behaviors: [Gerrit.TooltipBehavior],
});
});

View File

@@ -42,7 +42,6 @@ limitations under the License.
// Define a Polymer element that uses this behavior.
Polymer({
is: 'test-element',
_legacyUndefinedCheck: true,
behaviors: [Gerrit.URLEncodingBehavior],
});
});

View File

@@ -52,7 +52,6 @@ limitations under the License.
// Define a Polymer element that uses this behavior.
Polymer({
is: 'test-element',
_legacyUndefinedCheck: true,
behaviors: [Gerrit.KeyboardShortcutBehavior],
keyBindings: {
k: '_handleKey',

View File

@@ -56,7 +56,6 @@ limitations under the License.
// Define a Polymer element that uses this behavior.
Polymer({
is: 'test-element',
_legacyUndefinedCheck: true,
behaviors: [
Gerrit.BaseUrlBehavior,
Gerrit.RESTClientBehavior,

View File

@@ -41,7 +41,6 @@ limitations under the License.
suiteSetup(() => {
Polymer({
is: 'safe-types-element',
_legacyUndefinedCheck: true,
behaviors: [Gerrit.SafeTypes],
});
});