1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-07 01:25:47 +01:00

Include *.jsm in the jar (and, incidentally, comment out a dump).

This commit is contained in:
Kris Maglione
2008-09-14 06:44:31 +00:00
parent a863083360
commit 8908c10ed2
2 changed files with 2 additions and 1 deletions

View File

@@ -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' \

View File

@@ -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);