From 23334817e85faea27234aba1c4c0ab75889c62e5 Mon Sep 17 00:00:00 2001 From: Lars Krönner Date: Mon, 25 Jan 2021 01:01:51 +0100 Subject: Making marvin happy again --- poll/public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poll/public/script.js') diff --git a/poll/public/script.js b/poll/public/script.js index 5ca8a98..18469c3 100644 --- a/poll/public/script.js +++ b/poll/public/script.js @@ -97,7 +97,7 @@ async function request() { return resp.json(); } -// I did this myself lel 🤨 +// I did this myself lel Object.prototype.empty = function () { return Object.keys(this).length === 0; }; -- cgit v1.2.3