From 7a35fcd096f1fc4f81fc9cbc5d41ced28b752a89 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Tue, 20 Oct 2009 14:36:34 +0000 Subject: Fixed small bug git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@287 119bf307-c92d-0410-89bd-8f53e6181181 --- chrome/content/code/redirect.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/content/code') diff --git a/chrome/content/code/redirect.js b/chrome/content/code/redirect.js index 2be8fc9..c4fddf8 100644 --- a/chrome/content/code/redirect.js +++ b/chrome/content/code/redirect.js @@ -2,6 +2,7 @@ Components.utils.import("resource://gre/modules/XPCOMUtils.jsm"); + function Redirect(exampleUrl, includePattern, redirectUrl, patternType, excludePattern, unescapeMatches, disabled) { this._init(exampleUrl, includePattern, redirectUrl, patternType, excludePattern, unescapeMatches, disabled); } @@ -29,7 +30,7 @@ Redirect.prototype = { this._rxExclude = this._compile(value); }, - redirectTo : null, + redirectUrl : null, get patternType() { return this._patternType; }, set patternType(value) { -- cgit v1.2.3-70-g09d2