Remove _legacyUndefinedCheck from the behavior test modules Change-Id: I40fd57af6e2d422ebcad0116a0a9d44d995fad4f
diff --git a/polygerrit-ui/app/behaviors/base-url-behavior/base-url-behavior_test.html b/polygerrit-ui/app/behaviors/base-url-behavior/base-url-behavior_test.html index 8a76d9d..b61b142 100644 --- a/polygerrit-ui/app/behaviors/base-url-behavior/base-url-behavior_test.html +++ b/polygerrit-ui/app/behaviors/base-url-behavior/base-url-behavior_test.html
@@ -54,7 +54,6 @@ // Define a Polymer element that uses this behavior. Polymer({ is: 'test-element', - _legacyUndefinedCheck: true, behaviors: [ Gerrit.BaseUrlBehavior, ],
diff --git a/polygerrit-ui/app/behaviors/docs-url-behavior/docs-url-behavior_test.html b/polygerrit-ui/app/behaviors/docs-url-behavior/docs-url-behavior_test.html index 4f16e79..2c513f3 100644 --- a/polygerrit-ui/app/behaviors/docs-url-behavior/docs-url-behavior_test.html +++ b/polygerrit-ui/app/behaviors/docs-url-behavior/docs-url-behavior_test.html
@@ -40,7 +40,6 @@ // Define a Polymer element that uses this behavior. Polymer({ is: 'docs-url-behavior-element', - _legacyUndefinedCheck: true, behaviors: [Gerrit.DocsUrlBehavior], }); });
diff --git a/polygerrit-ui/app/behaviors/dom-util-behavior/dom-util-behavior_test.html b/polygerrit-ui/app/behaviors/dom-util-behavior/dom-util-behavior_test.html index 15affee..8323ac6 100644 --- a/polygerrit-ui/app/behaviors/dom-util-behavior/dom-util-behavior_test.html +++ b/polygerrit-ui/app/behaviors/dom-util-behavior/dom-util-behavior_test.html
@@ -48,7 +48,6 @@ // Define a Polymer element that uses this behavior. Polymer({ is: 'test-element', - _legacyUndefinedCheck: true, behaviors: [Gerrit.DomUtilBehavior], }); });
diff --git a/polygerrit-ui/app/behaviors/gr-access-behavior/gr-access-behavior_test.html b/polygerrit-ui/app/behaviors/gr-access-behavior/gr-access-behavior_test.html index 817d26e..0d1ee57 100644 --- a/polygerrit-ui/app/behaviors/gr-access-behavior/gr-access-behavior_test.html +++ b/polygerrit-ui/app/behaviors/gr-access-behavior/gr-access-behavior_test.html
@@ -40,7 +40,6 @@ // Define a Polymer element that uses this behavior. Polymer({ is: 'test-element', - _legacyUndefinedCheck: true, behaviors: [Gerrit.AccessBehavior], }); });
diff --git a/polygerrit-ui/app/behaviors/gr-admin-nav-behavior/gr-admin-nav-behavior_test.html b/polygerrit-ui/app/behaviors/gr-admin-nav-behavior/gr-admin-nav-behavior_test.html index f1e28d1..0285e35 100644 --- a/polygerrit-ui/app/behaviors/gr-admin-nav-behavior/gr-admin-nav-behavior_test.html +++ b/polygerrit-ui/app/behaviors/gr-admin-nav-behavior/gr-admin-nav-behavior_test.html
@@ -43,7 +43,6 @@ // Define a Polymer element that uses this behavior. Polymer({ is: 'test-element', - _legacyUndefinedCheck: true, behaviors: [ Gerrit.AdminNavBehavior, ],
diff --git a/polygerrit-ui/app/behaviors/gr-change-table-behavior/gr-change-table-behavior_test.html b/polygerrit-ui/app/behaviors/gr-change-table-behavior/gr-change-table-behavior_test.html index 9b7339d..791e2af 100644 --- a/polygerrit-ui/app/behaviors/gr-change-table-behavior/gr-change-table-behavior_test.html +++ b/polygerrit-ui/app/behaviors/gr-change-table-behavior/gr-change-table-behavior_test.html
@@ -50,7 +50,6 @@ // Define a Polymer element that uses this behavior. Polymer({ is: 'test-element', - _legacyUndefinedCheck: true, behaviors: [Gerrit.ChangeTableBehavior], }); });
diff --git a/polygerrit-ui/app/behaviors/gr-display-name-behavior/gr-display-name-behavior_test.html b/polygerrit-ui/app/behaviors/gr-display-name-behavior/gr-display-name-behavior_test.html index 4c5c899..3d4eca1 100644 --- a/polygerrit-ui/app/behaviors/gr-display-name-behavior/gr-display-name-behavior_test.html +++ b/polygerrit-ui/app/behaviors/gr-display-name-behavior/gr-display-name-behavior_test.html
@@ -46,7 +46,6 @@ // Define a Polymer element that uses this behavior. Polymer({ is: 'test-element-anon', - _legacyUndefinedCheck: true, behaviors: [ Gerrit.DisplayNameBehavior, ],
diff --git a/polygerrit-ui/app/behaviors/gr-list-view-behavior/gr-list-view-behavior_test.html b/polygerrit-ui/app/behaviors/gr-list-view-behavior/gr-list-view-behavior_test.html index 9973ae8..b0b29e1 100644 --- a/polygerrit-ui/app/behaviors/gr-list-view-behavior/gr-list-view-behavior_test.html +++ b/polygerrit-ui/app/behaviors/gr-list-view-behavior/gr-list-view-behavior_test.html
@@ -42,7 +42,6 @@ // Define a Polymer element that uses this behavior. Polymer({ is: 'test-element', - _legacyUndefinedCheck: true, behaviors: [Gerrit.ListViewBehavior], }); });
diff --git a/polygerrit-ui/app/behaviors/gr-tooltip-behavior/gr-tooltip-behavior_test.html b/polygerrit-ui/app/behaviors/gr-tooltip-behavior/gr-tooltip-behavior_test.html index 2c4b376..173c8d4 100644 --- a/polygerrit-ui/app/behaviors/gr-tooltip-behavior/gr-tooltip-behavior_test.html +++ b/polygerrit-ui/app/behaviors/gr-tooltip-behavior/gr-tooltip-behavior_test.html
@@ -53,7 +53,6 @@ // Define a Polymer element that uses this behavior. Polymer({ is: 'tooltip-behavior-element', - _legacyUndefinedCheck: true, behaviors: [Gerrit.TooltipBehavior], }); });
diff --git a/polygerrit-ui/app/behaviors/gr-url-encoding-behavior/gr-url-encoding-behavior_test.html b/polygerrit-ui/app/behaviors/gr-url-encoding-behavior/gr-url-encoding-behavior_test.html index 8601397..73e51d3 100644 --- a/polygerrit-ui/app/behaviors/gr-url-encoding-behavior/gr-url-encoding-behavior_test.html +++ b/polygerrit-ui/app/behaviors/gr-url-encoding-behavior/gr-url-encoding-behavior_test.html
@@ -42,7 +42,6 @@ // Define a Polymer element that uses this behavior. Polymer({ is: 'test-element', - _legacyUndefinedCheck: true, behaviors: [Gerrit.URLEncodingBehavior], }); });
diff --git a/polygerrit-ui/app/behaviors/keyboard-shortcut-behavior/keyboard-shortcut-behavior_test.html b/polygerrit-ui/app/behaviors/keyboard-shortcut-behavior/keyboard-shortcut-behavior_test.html index 9d5481d..5a563ab 100644 --- a/polygerrit-ui/app/behaviors/keyboard-shortcut-behavior/keyboard-shortcut-behavior_test.html +++ b/polygerrit-ui/app/behaviors/keyboard-shortcut-behavior/keyboard-shortcut-behavior_test.html
@@ -52,7 +52,6 @@ // Define a Polymer element that uses this behavior. Polymer({ is: 'test-element', - _legacyUndefinedCheck: true, behaviors: [Gerrit.KeyboardShortcutBehavior], keyBindings: { k: '_handleKey',
diff --git a/polygerrit-ui/app/behaviors/rest-client-behavior/rest-client-behavior_test.html b/polygerrit-ui/app/behaviors/rest-client-behavior/rest-client-behavior_test.html index 013ec2e..a77a01f 100644 --- a/polygerrit-ui/app/behaviors/rest-client-behavior/rest-client-behavior_test.html +++ b/polygerrit-ui/app/behaviors/rest-client-behavior/rest-client-behavior_test.html
@@ -56,7 +56,6 @@ // Define a Polymer element that uses this behavior. Polymer({ is: 'test-element', - _legacyUndefinedCheck: true, behaviors: [ Gerrit.BaseUrlBehavior, Gerrit.RESTClientBehavior,
diff --git a/polygerrit-ui/app/behaviors/safe-types-behavior/safe-types-behavior_test.html b/polygerrit-ui/app/behaviors/safe-types-behavior/safe-types-behavior_test.html index 5d949a5..ab446f1 100644 --- a/polygerrit-ui/app/behaviors/safe-types-behavior/safe-types-behavior_test.html +++ b/polygerrit-ui/app/behaviors/safe-types-behavior/safe-types-behavior_test.html
@@ -41,7 +41,6 @@ suiteSetup(() => { Polymer({ is: 'safe-types-element', - _legacyUndefinedCheck: true, behaviors: [Gerrit.SafeTypes], }); });