From 4f233df064f5a6898bed1cf8a1dbd01dac179863 Mon Sep 17 00:00:00 2001 From: Dmitry Ivakhnenko Date: Thu, 22 Dec 2022 19:31:48 +0300 Subject: [PATCH] remove `s` --- javascript/sources/entry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/sources/entry.js b/javascript/sources/entry.js index a30485d3..add4e59a 100644 --- a/javascript/sources/entry.js +++ b/javascript/sources/entry.js @@ -76,7 +76,7 @@ class Size { expose(this.width, this.height); } - toString() {s + toString() { return ``; } }