diff options
Diffstat (limited to 'dom/imptests')
-rw-r--r-- | dom/imptests/idlharness.js | 1 | ||||
-rw-r--r-- | dom/imptests/moz.build | 1 | ||||
-rw-r--r-- | dom/imptests/testharness.js | 1 |
3 files changed, 0 insertions, 3 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/moz.build b/dom/imptests/moz.build index 595e58ce7..da1161de1 100644 --- a/dom/imptests/moz.build +++ b/dom/imptests/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # 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/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: |