diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:56:05 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:56:05 +0000 |
commit | 6b9f2095a314fcdef1651fa91ce02161b90131e4 (patch) | |
tree | e71f1c25eda55ba5418dc6e69f43a36c4445a84e /dom/imptests | |
parent | 4a42352e6418b69e600422fc516ad1e74c708fa9 (diff) | |
download | UXP-6b9f2095a314fcdef1651fa91ce02161b90131e4.tar UXP-6b9f2095a314fcdef1651fa91ce02161b90131e4.tar.gz UXP-6b9f2095a314fcdef1651fa91ce02161b90131e4.tar.lz UXP-6b9f2095a314fcdef1651fa91ce02161b90131e4.tar.xz UXP-6b9f2095a314fcdef1651fa91ce02161b90131e4.zip |
Issue #1656 - Part 9: Single-line-comment style.
Diffstat (limited to 'dom/imptests')
-rw-r--r-- | dom/imptests/idlharness.js | 1 | ||||
-rw-r--r-- | dom/imptests/testharness.js | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dom/imptests/idlharness.js b/dom/imptests/idlharness.js index 8e41703e6..dc0d9d566 100644 --- a/dom/imptests/idlharness.js +++ b/dom/imptests/idlharness.js @@ -1703,4 +1703,3 @@ function IdlTypedef(obj) IdlTypedef.prototype = Object.create(IdlObject.prototype); }()); -// vim: set expandtab shiftwidth=4 tabstop=4 foldmarker=@{,@} foldmethod=marker: diff --git a/dom/imptests/testharness.js b/dom/imptests/testharness.js index f4c66aae6..4dccb409f 100644 --- a/dom/imptests/testharness.js +++ b/dom/imptests/testharness.js @@ -2654,4 +2654,3 @@ policies and contribution forms [3]. test_environment.on_tests_ready(); })(); -// vim: set expandtab shiftwidth=4 tabstop=4: |