From 8c4861feb05849f58a6ae60bc6c5c8e0c9432f54 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 1 Jun 2010 01:37:37 +0200 Subject: Noted couple of URLs to go through --- lib/main.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/main.js') 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"); -- cgit