aboutsummaryrefslogtreecommitdiff
path: root/chrome/js/redirector.js
diff options
context:
space:
mode:
authorNoah Luck Easterly2012-03-10 08:02:04 -0500
committerNoah Luck Easterly2012-03-10 08:02:04 -0500
commitae436464d221d3ba4535455f616ceb473e07e0cc (patch)
tree77370c4687472c27d036d70e5aac85d63d66b721 /chrome/js/redirector.js
parent96397b66079d524f223911f882e3521396c4900c (diff)
adding escape option so you can transform a url into a parameter (if you wanted to automatically check the google cache or somesuch)
Diffstat (limited to 'chrome/js/redirector.js')
-rw-r--r--chrome/js/redirector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/js/redirector.js b/chrome/js/redirector.js
index d2bcc51..5f4fa2a 100644
--- a/chrome/js/redirector.js
+++ b/chrome/js/redirector.js
@@ -345,4 +345,4 @@ Redirector = {
}
};
-Redirector.init(); \ No newline at end of file
+Redirector.init();