From 7a689ca7f3cbb7a075aead642f0f88b66e42dce1 Mon Sep 17 00:00:00 2001 From: Julio Maniratunga Date: Fri, 12 Jun 2015 08:06:10 -0400 Subject: [PATCH] more cleanup --- scripts/worker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/worker.js b/scripts/worker.js index 156daa7..b22db4a 100644 --- a/scripts/worker.js +++ b/scripts/worker.js @@ -23,7 +23,7 @@ this.onmessage = function(e) { this.name = "ManipulationException"; this.message = message; }; - throw new InverterException('Image manipulation error'); + throw new ManipulatorException('Image manipulation error'); postMessage(undefined); } -} \ No newline at end of file +}