diff --git a/resources/static/common/js/network.js b/resources/static/common/js/network.js index d423f12d32fa4ee7694d5730643c95e17bf64b68..26397bc3ea7beb72971b3b55455628da763a44b4 100644 --- a/resources/static/common/js/network.js +++ b/resources/static/common/js/network.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global BrowserID: true, _: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/common/js/provisioning.js b/resources/static/common/js/provisioning.js index fa91170c2ea3941fa2c59b5b1b53ff748125f2d7..53859547130ee17a4033c1ae060e879ebbbbf704 100644 --- a/resources/static/common/js/provisioning.js +++ b/resources/static/common/js/provisioning.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global BrowserID: true, _: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/common/js/renderer.js b/resources/static/common/js/renderer.js index 8cbfb216a5c541d1ac62782efc3564abea3df593..4f74c0c414b83e8af803fdc1be5f61bbdcfd174d 100644 --- a/resources/static/common/js/renderer.js +++ b/resources/static/common/js/renderer.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global BrowserID: true, _: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/common/js/xhr.js b/resources/static/common/js/xhr.js index 2d86c6fde9fa421161c56f142bad9562482830d9..007d9c31dd5b058d578bbbb84e69de284d66ec9a 100644 --- a/resources/static/common/js/xhr.js +++ b/resources/static/common/js/xhr.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/common/js/xhr_transport.js b/resources/static/common/js/xhr_transport.js index 61e639646b40145ae723c2c06fbb0a05eaa21f2f..6366d032d44e93abee200f759a288482c796662d 100644 --- a/resources/static/common/js/xhr_transport.js +++ b/resources/static/common/js/xhr_transport.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/dialog/js/misc/helpers.js b/resources/static/dialog/js/misc/helpers.js index 23831652fef2a4e8c5807a1f89b2d7b354faf4da..ce0f58a472e1a65dfb689a64d3eaec5bf1a0f390 100644 --- a/resources/static/dialog/js/misc/helpers.js +++ b/resources/static/dialog/js/misc/helpers.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global BrowserID: true*/ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/dialog/js/misc/internal_api.js b/resources/static/dialog/js/misc/internal_api.js index 3f0ceb8be5077f47826ece6a1b64ccb6a7e00feb..5a5e644c0dbd2cd6c1038c7ede4c8f937d25cf1f 100644 --- a/resources/static/dialog/js/misc/internal_api.js +++ b/resources/static/dialog/js/misc/internal_api.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global BrowserID: true*/ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/browser-support.js b/resources/static/test/cases/common/js/browser-support.js index 5acce790f6855f07596d3b3ced3aaf31e9f89497..53c55c97151c4c4100c1953816e659e62fadefca 100644 --- a/resources/static/test/cases/common/js/browser-support.js +++ b/resources/static/test/cases/common/js/browser-support.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/class.js b/resources/static/test/cases/common/js/class.js index bf9306ac693ccdcca2be44b528dfec6f9d19997c..1180ae6ca049e2530d9bb875ef969c9ccd87ebce 100644 --- a/resources/static/test/cases/common/js/class.js +++ b/resources/static/test/cases/common/js/class.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/command.js b/resources/static/test/cases/common/js/command.js index 0fd003bb0f9f79143a4e813b1b5ae4b1004f6859..ebe06d3ca909a3a8002fa9646677e019c319d2a8 100644 --- a/resources/static/test/cases/common/js/command.js +++ b/resources/static/test/cases/common/js/command.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/enable_cookies_url.js b/resources/static/test/cases/common/js/enable_cookies_url.js index fb48744f1b53ec23a9a084d8949949c5653318c7..d6256521dfd87becded3fd77eb49c1e98221a7ad 100644 --- a/resources/static/test/cases/common/js/enable_cookies_url.js +++ b/resources/static/test/cases/common/js/enable_cookies_url.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/helpers.js b/resources/static/test/cases/common/js/helpers.js index 263cad7e298134de8a481f9c94c3e34102a56d60..8d9c97ebd3e2302334c1dac627539d7088bb3d16 100644 --- a/resources/static/test/cases/common/js/helpers.js +++ b/resources/static/test/cases/common/js/helpers.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/history.js b/resources/static/test/cases/common/js/history.js index 7d29e4d33a94a6eb9ee5293637b393cee725c332..394ccc23acbfe7b527435cc262e791070c8cecbe 100644 --- a/resources/static/test/cases/common/js/history.js +++ b/resources/static/test/cases/common/js/history.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/models/interaction_data.js b/resources/static/test/cases/common/js/models/interaction_data.js index 8f229c141f738196db302ba9e43c11edf46f30bf..b09f8a2ad008612109786aaa3aafb76cfe8fed63 100644 --- a/resources/static/test/cases/common/js/models/interaction_data.js +++ b/resources/static/test/cases/common/js/models/interaction_data.js @@ -1,5 +1,5 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/modules/cookie_check.js b/resources/static/test/cases/common/js/modules/cookie_check.js index b6358ba50fe1571fec66ee894aa40d8cacd4a6d3..593f8a72b41c96f0adef1419d267387cfeeaebb2 100644 --- a/resources/static/test/cases/common/js/modules/cookie_check.js +++ b/resources/static/test/cases/common/js/modules/cookie_check.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/modules/interaction_data.js b/resources/static/test/cases/common/js/modules/interaction_data.js index 434631b9b747fe58b7cd8b979325edef22ee1112..1beb33008293d297a40f88cabcd519e042959ef8 100644 --- a/resources/static/test/cases/common/js/modules/interaction_data.js +++ b/resources/static/test/cases/common/js/modules/interaction_data.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/modules/page_module.js b/resources/static/test/cases/common/js/modules/page_module.js index ebd90fdba6b1f573a564ed409aca4196a781926a..da03cc638b5142d7ef25d6bec2b95f9e4866b5b4 100644 --- a/resources/static/test/cases/common/js/modules/page_module.js +++ b/resources/static/test/cases/common/js/modules/page_module.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/modules/xhr_delay.js b/resources/static/test/cases/common/js/modules/xhr_delay.js index 29585e1dbc3501a6a1903cd25ace5bac62f6982e..81e7c06d7b6ad3412c489a14f8b00cd88266248a 100644 --- a/resources/static/test/cases/common/js/modules/xhr_delay.js +++ b/resources/static/test/cases/common/js/modules/xhr_delay.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/modules/xhr_disable_form.js b/resources/static/test/cases/common/js/modules/xhr_disable_form.js index 09552724e1fa086e95fef4378529d235b4209d7a..b3152c6eb98da4efa203cddfd2b1efcd2571dcc1 100644 --- a/resources/static/test/cases/common/js/modules/xhr_disable_form.js +++ b/resources/static/test/cases/common/js/modules/xhr_disable_form.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/network.js b/resources/static/test/cases/common/js/network.js index 4ce7680923dd3d0f03d8c57f771d69d461ae7e53..5fac936df6c34fa014b5c2e2cf59d2b36de319d9 100644 --- a/resources/static/test/cases/common/js/network.js +++ b/resources/static/test/cases/common/js/network.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global asyncTest: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/screens.js b/resources/static/test/cases/common/js/screens.js index 98f75978889c33ddbae761a25fb628dfa71c67b9..c989d5cfb43c6df7f1220f74f2e6962eac618f46 100644 --- a/resources/static/test/cases/common/js/screens.js +++ b/resources/static/test/cases/common/js/screens.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/storage.js b/resources/static/test/cases/common/js/storage.js index 2b7fd3d0789b6c3d171d816a3a6500c0efd7c50a..a347507f8e6bc74677a978db6af86c2c878fbace 100644 --- a/resources/static/test/cases/common/js/storage.js +++ b/resources/static/test/cases/common/js/storage.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/user.js b/resources/static/test/cases/common/js/user.js index 271fa30d0f502bba33494653bb99f41297f3c2c4..fe0d5c491a5f7779179d96eb7a8e1d3ac67015b8 100644 --- a/resources/static/test/cases/common/js/user.js +++ b/resources/static/test/cases/common/js/user.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, strictEqual: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/validation.js b/resources/static/test/cases/common/js/validation.js index 4308cd83d6f320bee6ce5d4fc31a5fb6ff06a735..2ca280e8df228b9dec34dd96c91fdc40de5bf3e9 100644 --- a/resources/static/test/cases/common/js/validation.js +++ b/resources/static/test/cases/common/js/validation.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/common/js/xhr.js b/resources/static/test/cases/common/js/xhr.js index 2edd1f7dd3a2de1d8186f2e8037e77f8070adde9..b1a06464dfd01bf1ada65238323e5407f9153a92 100644 --- a/resources/static/test/cases/common/js/xhr.js +++ b/resources/static/test/cases/common/js/xhr.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global asyncTest: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/misc/helpers.js b/resources/static/test/cases/dialog/js/misc/helpers.js index 7bd85e9961a480f12562fdf27784707f64259d9f..edc1fa98a8a5417630559085b2218cc2ee9a66fc 100644 --- a/resources/static/test/cases/dialog/js/misc/helpers.js +++ b/resources/static/test/cases/dialog/js/misc/helpers.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/misc/internal_api.js b/resources/static/test/cases/dialog/js/misc/internal_api.js index 5e3ebfe4c4a561e22b3a110c65ec4b57ad9f812b..f8a1de54a084e0879acca63400417ab5196a2c95 100644 --- a/resources/static/test/cases/dialog/js/misc/internal_api.js +++ b/resources/static/test/cases/dialog/js/misc/internal_api.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/misc/state.js b/resources/static/test/cases/dialog/js/misc/state.js index 3d384a0eb72c216073c080033acbfdf4d148d6aa..d6535638fd817d6385d7950077102dfbffd5fb72 100644 --- a/resources/static/test/cases/dialog/js/misc/state.js +++ b/resources/static/test/cases/dialog/js/misc/state.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/actions.js b/resources/static/test/cases/dialog/js/modules/actions.js index 27c54f781f818759fa4527d1c1c0910675b5bcee..e06e7dd88b9a9f02d58c0e34756af163327efdf2 100644 --- a/resources/static/test/cases/dialog/js/modules/actions.js +++ b/resources/static/test/cases/dialog/js/modules/actions.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/add_email.js b/resources/static/test/cases/dialog/js/modules/add_email.js index 43f19e385b3091fcdd8411ee30f0c6891f38a123..7e7000ca556cc3953ef6ec898a7c96a37c2dc8df 100644 --- a/resources/static/test/cases/dialog/js/modules/add_email.js +++ b/resources/static/test/cases/dialog/js/modules/add_email.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/authenticate.js b/resources/static/test/cases/dialog/js/modules/authenticate.js index 6827fce0d83f54e2cb3f554eba3c990c8e055ce1..7952811e9e066da8631b160d9780d0b68453f112 100644 --- a/resources/static/test/cases/dialog/js/modules/authenticate.js +++ b/resources/static/test/cases/dialog/js/modules/authenticate.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/check_registration.js b/resources/static/test/cases/dialog/js/modules/check_registration.js index 03a01bf0a23fed05da0e3de64fab2eb43843e9eb..42964fadbaa3d96a3785e11807d17ee26710710b 100644 --- a/resources/static/test/cases/dialog/js/modules/check_registration.js +++ b/resources/static/test/cases/dialog/js/modules/check_registration.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/dialog.js b/resources/static/test/cases/dialog/js/modules/dialog.js index 2519af8c14c3c13e0c77ae4b66b80fcd156036fc..87ea235e58aaf7a7b8738569c5bcefd3f477dd09 100644 --- a/resources/static/test/cases/dialog/js/modules/dialog.js +++ b/resources/static/test/cases/dialog/js/modules/dialog.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/forgot_password.js b/resources/static/test/cases/dialog/js/modules/forgot_password.js index d81d8b1de331c895aab433830b56b639d8744411..4d782af44d9c8f7d004bc09fdfe2a487301455b2 100644 --- a/resources/static/test/cases/dialog/js/modules/forgot_password.js +++ b/resources/static/test/cases/dialog/js/modules/forgot_password.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/generate_assertion.js b/resources/static/test/cases/dialog/js/modules/generate_assertion.js index 436cffe82c87df0ec7a1c26ef8de935ddfdb5d62..04201f05e33a12103334a3275476e3c45f5329c0 100644 --- a/resources/static/test/cases/dialog/js/modules/generate_assertion.js +++ b/resources/static/test/cases/dialog/js/modules/generate_assertion.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global asyncTest: true, test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/is_this_your_computer.js b/resources/static/test/cases/dialog/js/modules/is_this_your_computer.js index 9e4945fd0873ab92be0ff0480d6cb757163aa6ff..cc31ae506656633f24b9b961339642b5c7862cb0 100644 --- a/resources/static/test/cases/dialog/js/modules/is_this_your_computer.js +++ b/resources/static/test/cases/dialog/js/modules/is_this_your_computer.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/pick_email.js b/resources/static/test/cases/dialog/js/modules/pick_email.js index 555d2f4631c63ae0c9949339feab0e389c180e2c..ff7b28eb56aaf4720d933daecc8a868563313476 100644 --- a/resources/static/test/cases/dialog/js/modules/pick_email.js +++ b/resources/static/test/cases/dialog/js/modules/pick_email.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/primary_user_provisioned.js b/resources/static/test/cases/dialog/js/modules/primary_user_provisioned.js index fb228c05c1ed1a9a2e25648e2cc88547fc53989c..e17d3e4c5a0791b57677c963f924a42b88cf4b3f 100644 --- a/resources/static/test/cases/dialog/js/modules/primary_user_provisioned.js +++ b/resources/static/test/cases/dialog/js/modules/primary_user_provisioned.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/provision_primary_user.js b/resources/static/test/cases/dialog/js/modules/provision_primary_user.js index 18ecf1133902e243fea8da47bc1901c7935b864a..f5464f9164042a724020a86deaec3742329cdea8 100644 --- a/resources/static/test/cases/dialog/js/modules/provision_primary_user.js +++ b/resources/static/test/cases/dialog/js/modules/provision_primary_user.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/required_email.js b/resources/static/test/cases/dialog/js/modules/required_email.js index 97800512f5c0df71e88c4529c20d7fc3e71b3658..2c42d0c1ed1df24e263d1d68c32d93f0a0bc7384 100644 --- a/resources/static/test/cases/dialog/js/modules/required_email.js +++ b/resources/static/test/cases/dialog/js/modules/required_email.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global asyncTest: true, test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/rp_info.js b/resources/static/test/cases/dialog/js/modules/rp_info.js index c50a3127c4253f84ef0663a2e1836b3db32ecfb5..a73fe472c680de4d0ce16af7700835e9901e0f93 100644 --- a/resources/static/test/cases/dialog/js/modules/rp_info.js +++ b/resources/static/test/cases/dialog/js/modules/rp_info.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/set_password.js b/resources/static/test/cases/dialog/js/modules/set_password.js index 0d64302f07c16ac0042558e60dd26840fdc97db3..529ef0d1c18aa7b3c44e7d60c91cd1fe18460396 100644 --- a/resources/static/test/cases/dialog/js/modules/set_password.js +++ b/resources/static/test/cases/dialog/js/modules/set_password.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/dialog/js/modules/verify_primary_user.js b/resources/static/test/cases/dialog/js/modules/verify_primary_user.js index 08083a9fe9d3d0ef7908a0d18c1e958a8bed00e9..cce8e0c1932acffa2e02dd1ec52aadb9af8ea81a 100644 --- a/resources/static/test/cases/dialog/js/modules/verify_primary_user.js +++ b/resources/static/test/cases/dialog/js/modules/verify_primary_user.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global asyncTest: true, test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/include.js b/resources/static/test/cases/include.js index 0cadc3e3576f2241abf572d26c291b005f5b2993..35cfd9894fd6822df4dc2d2f32a3895634ca5d8f 100644 --- a/resources/static/test/cases/include.js +++ b/resources/static/test/cases/include.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/pages/js/about.js b/resources/static/test/cases/pages/js/about.js index 298642ce39fc66e35c73f04e9a6be107b781ebdd..e00fbf5674a9dd6efc337b1005649df49891ebcd 100644 --- a/resources/static/test/cases/pages/js/about.js +++ b/resources/static/test/cases/pages/js/about.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/pages/js/browserid.js b/resources/static/test/cases/pages/js/browserid.js index 0232715a3d8e1b9c1c3775636e0e82cba4694ee5..661382d958c69eda4ce6d686eeaa2ca770d32198 100644 --- a/resources/static/test/cases/pages/js/browserid.js +++ b/resources/static/test/cases/pages/js/browserid.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/pages/js/forgot.js b/resources/static/test/cases/pages/js/forgot.js index d1b1466193204d8a576cd6fc0a99bdc23ab57b39..120026480de3836ae0791345d500eda702970d84 100644 --- a/resources/static/test/cases/pages/js/forgot.js +++ b/resources/static/test/cases/pages/js/forgot.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/pages/js/manage_account.js b/resources/static/test/cases/pages/js/manage_account.js index c40870aac35ff7e2c0fc16a078a7106e91f47f5d..d4fc4b1f8412f55b978e458133608e92389f24f8 100644 --- a/resources/static/test/cases/pages/js/manage_account.js +++ b/resources/static/test/cases/pages/js/manage_account.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/pages/js/page_helpers.js b/resources/static/test/cases/pages/js/page_helpers.js index 5df6b052f6f8d79a3539b7d453da436bdc361824..4b9585ad7dedd53bb3be5478797674406428f400 100644 --- a/resources/static/test/cases/pages/js/page_helpers.js +++ b/resources/static/test/cases/pages/js/page_helpers.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/pages/js/signin.js b/resources/static/test/cases/pages/js/signin.js index 79baa83d22529f7981ad6f6d499ce7cec383d999..4927cb5e602a668eeb4ba1b524a12a280e511928 100644 --- a/resources/static/test/cases/pages/js/signin.js +++ b/resources/static/test/cases/pages/js/signin.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/pages/js/signup.js b/resources/static/test/cases/pages/js/signup.js index 92c2cd00573462efdfb27549a73f4711ab56fc7f..7db9cae261cf2840ab49f59b2d1e31eeadf896c4 100644 --- a/resources/static/test/cases/pages/js/signup.js +++ b/resources/static/test/cases/pages/js/signup.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/cases/pages/js/verify_secondary_address.js b/resources/static/test/cases/pages/js/verify_secondary_address.js index ac4ddaa8b832c09fe5a03cd19c8a49a29fdcd37e..f15227bc0934937982552abb941804c3fe69463f 100644 --- a/resources/static/test/cases/pages/js/verify_secondary_address.js +++ b/resources/static/test/cases/pages/js/verify_secondary_address.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global test: true, start: true, module: true, ok: true, equal: true, BrowserID:true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/mocks/cachify.js b/resources/static/test/mocks/cachify.js index 7f95a7aa46a82b816d4c07b6967136c6fb22d342..6b1abe0c7827fe1ba21c787a5671a50ff5f38dcb 100644 --- a/resources/static/test/mocks/cachify.js +++ b/resources/static/test/mocks/cachify.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/resources/static/test/mocks/mocks.js b/resources/static/test/mocks/mocks.js index 21d167af5df37e07262b87c6331a3258ff24bb37..73a115855dac2d6e115489ded66c1662b29c5794 100644 --- a/resources/static/test/mocks/mocks.js +++ b/resources/static/test/mocks/mocks.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/mocks/provisioning.js b/resources/static/test/mocks/provisioning.js index cdee24b1306b946483456f8fc2fad4e6ca16de3a..a752881df1b345843f3ab388b465ff43b90d5905 100644 --- a/resources/static/test/mocks/provisioning.js +++ b/resources/static/test/mocks/provisioning.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/mocks/winchan.js b/resources/static/test/mocks/winchan.js index 43ecf8dc51c519fdf173298db27290ec23ac2d78..cab49e566953dcf7c2b3f214afef4ea41710bc83 100644 --- a/resources/static/test/mocks/winchan.js +++ b/resources/static/test/mocks/winchan.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/mocks/window.js b/resources/static/test/mocks/window.js index a633ba0d20180139f7bcca5d6230f0d30379c1aa..e41e909e232e8d478792b234fb1fa628550dc5cb 100644 --- a/resources/static/test/mocks/window.js +++ b/resources/static/test/mocks/window.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/resources/static/test/mocks/xhr.js b/resources/static/test/mocks/xhr.js index e2d56028acabded23da7beaeea1bfa7726cfc26b..95f6b1d192ce8d0bb9ddd7063a796daa51b0af63 100644 --- a/resources/static/test/mocks/xhr.js +++ b/resources/static/test/mocks/xhr.js @@ -1,4 +1,4 @@ -/*jshint browsers:true, forin: true, laxbreak: true */ +/*jshint browser: true, forin: true, laxbreak: true */ /*global start: true, stop: true, module: true, ok: true, equal: true, BrowserID: true */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this