From 346ee12396cc7a9ace7edeba39a4c46dfc060617 Mon Sep 17 00:00:00 2001 From: Gokulakrishna Date: Wed, 16 May 2018 13:26:13 +0530 Subject: Fixed a typo - replaced comma with semicolon --- js/redirect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/redirect.js b/js/redirect.js index 4ede36a..83681fc 100644 --- a/js/redirect.js +++ b/js/redirect.js @@ -200,7 +200,7 @@ Redirect.prototype = { }, _init : function(o) { - this.description = o.description || '', + this.description = o.description || ''; this.exampleUrl = o.exampleUrl || ''; this.exampleResult = o.exampleResult || ''; this.error = o.error || null; -- cgit v1.2.3