mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Spreadsheet: Use strict mode for runtime.js
This commit is contained in:
parent
527efc1d52
commit
21dafc11d5
Notes:
sideshowbarker
2024-07-18 05:09:26 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/21dafc11d59 Pull-request: https://github.com/SerenityOS/serenity/pull/9659 Reviewed-by: https://github.com/alimpfard ✅
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…
Reference in a new issue