Spreadsheet: Use strict mode for runtime.js

This commit is contained in:
Linus Groh 2021-08-28 12:05:58 +01:00
parent 527efc1d52
commit 21dafc11d5
Notes: sideshowbarker 2024-07-18 05:09:26 +09:00

View file

@ -1,3 +1,5 @@
"use strict";
// FIXME: Figure out a way to document non-function entities too.
class Position {
constructor(column, row, sheet) {