[Pkg-mozext-commits] [greasemonkey] 21/41: Possibly fix compatibility with new sync.
David Prévot
taffit at moszumanska.debian.org
Thu Apr 30 22:06:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository greasemonkey.
commit bf4e679c4091d05056ab3ffe10410259892e5d9a
Author: Anthony Lieuallen <arantius at gmail.com>
Date: Thu Apr 2 17:05:18 2015 -0400
Possibly fix compatibility with new sync.
Refs #2071
---
modules/sync.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/modules/sync.js b/modules/sync.js
index c4133c8..e31c4c5 100644
--- a/modules/sync.js
+++ b/modules/sync.js
@@ -176,6 +176,10 @@ ScriptStore.prototype = {
return syncIds;
},
+ isAddonSyncable: function(aAddon) {
+ return true;
+ },
+
itemExists: function(aId) {
var script = scriptForSyncId(aId);
return !!script;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git
More information about the Pkg-mozext-commits
mailing list