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:
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.
|
||||
class Position {
|
||||
constructor(column, row, sheet) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue