diff options
Diffstat (limited to 'devtools/client/scratchpad')
3 files changed, 0 insertions, 3 deletions
diff --git a/devtools/client/scratchpad/scratchpad-panel.js b/devtools/client/scratchpad/scratchpad-panel.js index 6f92585f7..ab24975d1 100644 --- a/devtools/client/scratchpad/scratchpad-panel.js +++ b/devtools/client/scratchpad/scratchpad-panel.js @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */ -/* vim: set ft=javascript ts=2 et sw=2 tw=80: */ /* 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/devtools/client/scratchpad/test/browser_scratchpad_pprint_error_goto_line.js b/devtools/client/scratchpad/test/browser_scratchpad_pprint_error_goto_line.js index 21f266f61..c681d3d35 100644 --- a/devtools/client/scratchpad/test/browser_scratchpad_pprint_error_goto_line.js +++ b/devtools/client/scratchpad/test/browser_scratchpad_pprint_error_goto_line.js @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 2; fill-column: 80 -*- */ -/* vim: set ts=2 et sw=2 tw=80: */ /* Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ */ diff --git a/devtools/client/scratchpad/test/browser_scratchpad_run_error_goto_line.js b/devtools/client/scratchpad/test/browser_scratchpad_run_error_goto_line.js index a5d3d5163..8d2aaa728 100644 --- a/devtools/client/scratchpad/test/browser_scratchpad_run_error_goto_line.js +++ b/devtools/client/scratchpad/test/browser_scratchpad_run_error_goto_line.js @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 2; fill-column: 80 -*- */ -/* vim: set ts=2 et sw=2 tw=80: */ /* Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ */ |