From 21dafc11d599c8f6a2936f92ab5b74ee0b38af76 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 28 Aug 2021 12:05:58 +0100 Subject: [PATCH] Spreadsheet: Use strict mode for runtime.js --- Base/res/js/Spreadsheet/runtime.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Base/res/js/Spreadsheet/runtime.js b/Base/res/js/Spreadsheet/runtime.js index 339675109b..06d636facb 100644 --- a/Base/res/js/Spreadsheet/runtime.js +++ b/Base/res/js/Spreadsheet/runtime.js @@ -1,3 +1,5 @@ +"use strict"; + // FIXME: Figure out a way to document non-function entities too. class Position { constructor(column, row, sheet) {