diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-01 01:37:37 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-01 01:37:37 +0200 |
commit | 8c4861feb05849f58a6ae60bc6c5c8e0c9432f54 (patch) | |
tree | 5d987b240b0dd580fdf64d4a1eaa3e0519c2f947 | |
parent | 655dcd3b809c80ca6ca2ae001202064dd594df2b (diff) | |
download | bugzilla-triage-8c4861feb05849f58a6ae60bc6c5c8e0c9432f54.tar.gz |
Noted couple of URLs to go through
-rw-r--r-- | lib/main.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/main.js b/lib/main.js index ac01868..03bc69d 100644 --- a/lib/main.js +++ b/lib/main.js @@ -2,6 +2,15 @@ /*global jetpack */ // Released under the MIT/X11 license // http://www.opensource.org/licenses/mit-license.php +// +// Links to read through +// http://ehsanakhgari.org/blog/2010-01-07/bugzilla-tweaks-enhanced +// http://hg.mozilla.org/users/ehsan.akhgari_gmail.com/extensions/file/tip/bugzillatweaks +// http://hg.mozilla.org/users/ehsan.akhgari_gmail.com/extensions/file/ecfa0f028b81/bugzillatweaks/lib/main.js +// http://hg.mozilla.org/users/avarma_mozilla.com/atul-packages/file/42ac1e99a107/packages\ +// /facebook-acquaintances/lib/main.js#l11 +// http://ehsanakhgari.org/blog/2010-05-31/my-experience-jetpack-sdk#comment-1253 +// "use strict"; var utilMod = require("util"); var logMod = require("logger"); |