aboutsummaryrefslogtreecommitdiff
path: root/js/redirect.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/redirect.js')
-rw-r--r--js/redirect.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/redirect.js b/js/redirect.js
index b895ed9..16fa78c 100644
--- a/js/redirect.js
+++ b/js/redirect.js
@@ -204,6 +204,8 @@ Redirect.prototype = {
_init : function(o) {
this.description = o.description || '',
this.exampleUrl = o.exampleUrl || '';
+ this.exampleResult = o.exampleResult || '';
+ this.error = o.error || null;
this.includePattern = o.includePattern || '';
this.excludePattern = o.excludePattern || '';
this.redirectUrl = o.redirectUrl || '';