Remove _legacyUndefinedCheck from the behavior test modules
Change-Id: I40fd57af6e2d422ebcad0116a0a9d44d995fad4f
This commit is contained in:
@@ -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,
|
||||
],
|
||||
|
@@ -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],
|
||||
});
|
||||
});
|
||||
|
@@ -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],
|
||||
});
|
||||
});
|
||||
|
@@ -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],
|
||||
});
|
||||
});
|
||||
|
@@ -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,
|
||||
],
|
||||
|
@@ -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],
|
||||
});
|
||||
});
|
||||
|
@@ -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,
|
||||
],
|
||||
|
@@ -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],
|
||||
});
|
||||
});
|
||||
|
@@ -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],
|
||||
});
|
||||
});
|
||||
|
@@ -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],
|
||||
});
|
||||
});
|
||||
|
@@ -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',
|
||||
|
@@ -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,
|
||||
|
@@ -41,7 +41,6 @@ limitations under the License.
|
||||
suiteSetup(() => {
|
||||
Polymer({
|
||||
is: 'safe-types-element',
|
||||
_legacyUndefinedCheck: true,
|
||||
behaviors: [Gerrit.SafeTypes],
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user