diff options
| -rw-r--r-- | js/redirect.js | 2 | 
1 files changed, 1 insertions, 1 deletions
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;  | 
