From 8908c10ed297a49436baea43fc04e9ebf422ea2a Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 14 Sep 2008 06:44:31 +0000 Subject: [PATCH] Include *.jsm in the jar (and, incidentally, comment out a dump). --- Makefile.common | 1 + content/bookmarks.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index cf48fc30..fd83e8da 100644 --- a/Makefile.common +++ b/Makefile.common @@ -13,6 +13,7 @@ JAR_TXT_FILES = ${shell find -L content skin locale \ -a ! -path '*CVS*' \ -a \( \ -path '*.js' \ + -o -path '*.jsm' \ -o -path '*.css' \ -o -path '*.xul' \ -o -path '*.html' \ diff --git a/content/bookmarks.js b/content/bookmarks.js index 926f0503..7fd381bc 100644 --- a/content/bookmarks.js +++ b/content/bookmarks.js @@ -93,7 +93,7 @@ liberator.Bookmarks = function () //{{{ this.load = function load() { - liberator.dump("cache.load()\n"); + // liberator.dump("cache.load()\n"); // update our bookmark cache bookmarks = []; this.__defineGetter__("bookmarks", function () bookmarks);