aboutsummaryrefslogtreecommitdiff
path: root/chrome/js
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2014-11-05 09:51:33 +0000
committerEinar Egilsson <einar@einaregilsson.com>2014-11-05 09:51:33 +0000
commit239262b5f3c44ea4f64cbd3509ba21cbd8c60f4d (patch)
tree6dcea80f6ef5a3e95294489e28985c31fa242638 /chrome/js
parente8c74d39d4821ffd57150cb972be1f755eb8cb35 (diff)
Fix missing description, issue #6
Diffstat (limited to 'chrome/js')
-rw-r--r--chrome/js/redirect.js1
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,