diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2014-11-05 09:51:33 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2014-11-05 09:51:33 +0000 |
commit | 239262b5f3c44ea4f64cbd3509ba21cbd8c60f4d (patch) | |
tree | 6dcea80f6ef5a3e95294489e28985c31fa242638 /chrome/js/redirect.js | |
parent | e8c74d39d4821ffd57150cb972be1f755eb8cb35 (diff) |
Fix missing description, issue #6
Diffstat (limited to 'chrome/js/redirect.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, |