diff options
Diffstat (limited to 'devtools/client/shared/widgets/VariablesView.jsm')
-rw-r--r-- | devtools/client/shared/widgets/VariablesView.jsm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devtools/client/shared/widgets/VariablesView.jsm b/devtools/client/shared/widgets/VariablesView.jsm index c291066ba..65f3e8711 100644 --- a/devtools/client/shared/widgets/VariablesView.jsm +++ b/devtools/client/shared/widgets/VariablesView.jsm @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */ -/* vim: set ft=javascript ts=2 et sw=2 tw=80: */ /* 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/. */ @@ -3829,7 +3828,7 @@ VariablesView.stringifiers.byObjectKind = { /** - * Get the "N moreā¦" formatted string, given an N. This is used for displaying + * Get the "N more???" formatted string, given an N. This is used for displaying * how many elements are not displayed in an object preview (eg. an array). * * @private |