1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00

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

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) {