From 1a0fc1bf43a8f7ab553cd522ee2dcbf658607998 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 6 Mar 2024 16:36:51 +0000 Subject: [PATCH] Fix JS lint warnings during make check. Signed-off-by: Michael Meeks Change-Id: If1444e25d86268580ac9a92f8541ddf344c062cf --- browser/src/docstatefunctions.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/browser/src/docstatefunctions.js b/browser/src/docstatefunctions.js index b7f1e0236..e10403cbd 100644 --- a/browser/src/docstatefunctions.js +++ b/browser/src/docstatefunctions.js @@ -1,4 +1,4 @@ -/* global Proxy _ */ +/* -*- js-indent-level: 8 -*- */ /* * Copyright the Collabora Online contributors. * @@ -8,11 +8,10 @@ * 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/. */ - /* - Doc state functions. - This file is meant to be used for setting and getting the document states. -*/ + * Doc state functions. + * This file is meant to be used for setting and getting the document states. + */ /* global app */