diff options
author | Einar Egilsson | 2009-10-09 15:06:05 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-10-09 15:06:05 +0000 |
commit | a5395e0ea3e95d7213d72a2595901a5b686af8bf (patch) | |
tree | 5edf25330a1c41334a2e63a9217a3cbece3a6f0b /chrome/content/code | |
parent | 9e015e88be66504c1de22f78202178b66b156cbb (diff) |
Properties changes
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@259 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/code')
-rw-r--r-- | chrome/content/code/redirectList.xul.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/content/code/redirectList.xul.js b/chrome/content/code/redirectList.xul.js index 046d018..6fdcca3 100644 --- a/chrome/content/code/redirectList.xul.js +++ b/chrome/content/code/redirectList.xul.js @@ -1,4 +1,4 @@ -//// document.getElementByIdId: redirectList.xul.js 249 2009-09-15 21:41:06Z einar@einaregilsson.com document.getElementById
+// $Id$
var Redirector = Components.classes["@einaregilsson.com/redirector;1"].getService(Components.interfaces.nsISupports).wrappedJSObject;
const Cc = Components.classes;
|