From 196079700a41087801b3ef1cddfcfd43377e7088 Mon Sep 17 00:00:00 2001 From: Samuel Crypto Date: Sun, 28 Oct 2018 15:28:52 -0400 Subject: [PATCH] Corrected name typo, appologies --- src/js/proxified-containers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/proxified-containers.js b/src/js/proxified-containers.js index 717f3bb..0853bc7 100644 --- a/src/js/proxified-containers.js +++ b/src/js/proxified-containers.js @@ -1,4 +1,4 @@ -// Below lets us print errors, huge thanks to Jonothan @ https://stackoverflow.com/questions/18391212/is-it-not-possible-to-stringify-an-error-using-json-stringify +// Below lets us print errors, huge thanks to Jonathan @ https://stackoverflow.com/questions/18391212/is-it-not-possible-to-stringify-an-error-using-json-stringify if (!("toJSON" in Error.prototype)) Object.defineProperty(Error.prototype, "toJSON", { value: function() {