mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
Spreadsheet: Use strict mode for runtime.js
This commit is contained in:
parent
527efc1d52
commit
21dafc11d5
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
"use strict";
|
||||||
|
|
||||||
// FIXME: Figure out a way to document non-function entities too.
|
// FIXME: Figure out a way to document non-function entities too.
|
||||||
class Position {
|
class Position {
|
||||||
constructor(column, row, sheet) {
|
constructor(column, row, sheet) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue