diff options
author | Kris Maglione <kris@vimperator.org> | 2009-11-09 13:35:27 -0500 |
---|---|---|
committer | Kris Maglione <kris@vimperator.org> | 2009-11-09 13:35:27 -0500 |
commit | 5de5a79ce5b633a4d3f97555a7207d4cab8cc517 (patch) | |
tree | 11a9de31d1c51ac80ffb8c0705fec0a44e64c92f /muttator | |
parent | 064f60855cd21dfe05cb74351a8cc41b1f7d3d38 (diff) | |
download | pentadactyl-5de5a79ce5b633a4d3f97555a7207d4cab8cc517.tar.gz |
Add more useful header comments to shared XPCOMponents.
Diffstat (limited to 'muttator')
-rw-r--r-- | muttator/components/about-handler.js | 7 | ||||
-rw-r--r-- | muttator/components/commandline-handler.js | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/muttator/components/about-handler.js b/muttator/components/about-handler.js index b7263a89..489de20c 100644 --- a/muttator/components/about-handler.js +++ b/muttator/components/about-handler.js @@ -1,7 +1,10 @@ // Header: const Name = "Muttator"; -// The following doesn't work here, so this module's code is sadly duplicated: -// Components.utils.import("resource://liberator/about-handler.jsm"); +/* + * We can't load our modules here, so the following code is sadly + * duplicated: .w !sh +vimdiff ../../*'/components/about-handler.js' + */ // Copyright (c) 2009 by Doug Kearns // diff --git a/muttator/components/commandline-handler.js b/muttator/components/commandline-handler.js index fe2d0fd9..ec96d315 100644 --- a/muttator/components/commandline-handler.js +++ b/muttator/components/commandline-handler.js @@ -1,7 +1,10 @@ // Header: const Name = "Muttator"; -// The following doesn't work here, so this module's code is sadly duplicated: -// Components.utils.import("resource://liberator/commandline-handler.jsm"); +/* + * We can't load our modules here, so the following code is sadly + * duplicated: .w !sh +vimdiff ../../*'/components/commandline-handler.js' + */ // Copyright (c) 2009 by Doug Kearns // |