diff options
Diffstat (limited to 'chrome/js')
-rw-r--r-- | chrome/js/redirect.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/js/redirect.js b/chrome/js/redirect.js index eab14f8..5985dcf 100644 --- a/chrome/js/redirect.js +++ b/chrome/js/redirect.js @@ -53,6 +53,7 @@ Redirect.prototype = { toObject : function() { return { exampleUrl : this.exampleUrl, + description : this.description, includePattern : this.includePattern, excludePattern : this.excludePattern, redirectUrl : this.redirectUrl, |