summaryrefslogtreecommitdiffstats
path: root/dom/imptests/idlharness.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/imptests/idlharness.js')
-rw-r--r--dom/imptests/idlharness.js1
1 files changed, 0 insertions, 1 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: