mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-01 12:45:45 +01:00
Include *.jsm in the jar (and, incidentally, comment out a dump).
This commit is contained in:
@@ -13,6 +13,7 @@ JAR_TXT_FILES = ${shell find -L content skin locale \
|
|||||||
-a ! -path '*CVS*' \
|
-a ! -path '*CVS*' \
|
||||||
-a \( \
|
-a \( \
|
||||||
-path '*.js' \
|
-path '*.js' \
|
||||||
|
-o -path '*.jsm' \
|
||||||
-o -path '*.css' \
|
-o -path '*.css' \
|
||||||
-o -path '*.xul' \
|
-o -path '*.xul' \
|
||||||
-o -path '*.html' \
|
-o -path '*.html' \
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ liberator.Bookmarks = function () //{{{
|
|||||||
|
|
||||||
this.load = function load()
|
this.load = function load()
|
||||||
{
|
{
|
||||||
liberator.dump("cache.load()\n");
|
// liberator.dump("cache.load()\n");
|
||||||
// update our bookmark cache
|
// update our bookmark cache
|
||||||
bookmarks = [];
|
bookmarks = [];
|
||||||
this.__defineGetter__("bookmarks", function () bookmarks);
|
this.__defineGetter__("bookmarks", function () bookmarks);
|
||||||
|
|||||||
Reference in New Issue
Block a user