summaryrefslogtreecommitdiffstats
path: root/layout
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-09-24 08:56:05 +0000
committerMoonchild <moonchild@palemoon.org>2020-09-24 08:56:05 +0000
commit6b9f2095a314fcdef1651fa91ce02161b90131e4 (patch)
treee71f1c25eda55ba5418dc6e69f43a36c4445a84e /layout
parent4a42352e6418b69e600422fc516ad1e74c708fa9 (diff)
downloadUXP-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 'layout')
-rw-r--r--layout/base/tests/selection-utils.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/layout/base/tests/selection-utils.js b/layout/base/tests/selection-utils.js
index a14ff0d81..ed902e1cf 100644
--- a/layout/base/tests/selection-utils.js
+++ b/layout/base/tests/selection-utils.js
@@ -1,5 +1,4 @@
// -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; js-indent-level: 2 -*-
-// vim: set ts=2 sw=2 et tw=78:
function clearSelection(w)
{
var sel = (w ? w : window).getSelection();