commit 9c80e9ab937d4c0e957794abfed30d249a32d2b7 parent 732c785af46028f21bb60cabb3d8568e7f3252df Author: Dan Stillman <dstillman@zotero.org> Date: Sun, 20 Jan 2013 14:46:07 -0500 Fix sync error (since beaaf8fc) Diffstat:
| M | chrome/content/zotero/xpcom/id.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/id.js b/chrome/content/zotero/xpcom/id.js @@ -93,7 +93,7 @@ Zotero.ID_Tracker = function () { } - this.isValidKey = function () { + this.isValidKey = function (value) { var re = /^[23456789ABCDEFGHIJKLMNPQRSTUVWXYZ]{8}$/ return re.test(value); }