diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:06:05 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:10:23 +0000 |
commit | 4a42352e6418b69e600422fc516ad1e74c708fa9 (patch) | |
tree | 579cf7c1c38df6a6a7fde0ade0e2ffc46b641423 /devtools/client/jsonview | |
parent | 0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a (diff) | |
download | UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.gz UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.lz UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.xz UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.zip |
Issue #1656 - Part 8: Devtools and misc.
Diffstat (limited to 'devtools/client/jsonview')
-rw-r--r-- | devtools/client/jsonview/test/doc_frame_script.js | 1 | ||||
-rw-r--r-- | devtools/client/jsonview/test/head.js | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/devtools/client/jsonview/test/doc_frame_script.js b/devtools/client/jsonview/test/doc_frame_script.js index 3d19b3433..3097adce7 100644 --- a/devtools/client/jsonview/test/doc_frame_script.js +++ b/devtools/client/jsonview/test/doc_frame_script.js @@ -1,4 +1,3 @@ -/* vim: set ft=javascript 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/jsonview/test/head.js b/devtools/client/jsonview/test/head.js index b71883e67..e2d463a1a 100644 --- a/devtools/client/jsonview/test/head.js +++ b/devtools/client/jsonview/test/head.js @@ -1,4 +1,3 @@ -/* vim: set ts=2 et sw=2 tw=80: */ /* Any copyright is dedicated to the Public Domain. * http://creativecommons.org/publicdomain/zero/1.0/ */ /* eslint no-unused-vars: [2, {"vars": "local", "args": "none"}] */ |