From 8e2de92ca84bf48b6f21439aded90fe3c740a118 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 16 Aug 2013 16:28:23 -0400 Subject: [PATCH 1/3] Fix the Quick Copy site editor window --- chrome/content/zotero/preferences/quickCopySiteEditor.xul | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/preferences/quickCopySiteEditor.xul b/chrome/content/zotero/preferences/quickCopySiteEditor.xul index c9c8a3907..bbf066b54 100644 --- a/chrome/content/zotero/preferences/quickCopySiteEditor.xul +++ b/chrome/content/zotero/preferences/quickCopySiteEditor.xul @@ -60,7 +60,7 @@ @@ -69,12 +69,12 @@ From 70f04c3d8bd1f2d8924b0dc356d025021a2a8ecb Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Fri, 16 Aug 2013 17:53:14 -0400 Subject: [PATCH 2/3] Fix typos (thanks @aurimasv) --- chrome/content/zotero/xpcom/data/collection.js | 2 +- chrome/content/zotero/xpcom/data/creator.js | 2 +- chrome/content/zotero/xpcom/data/tag.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/xpcom/data/collection.js b/chrome/content/zotero/xpcom/data/collection.js index 8f501aa48..b9f68acd3 100644 --- a/chrome/content/zotero/xpcom/data/collection.js +++ b/chrome/content/zotero/xpcom/data/collection.js @@ -1497,5 +1497,5 @@ Zotero.Collection.prototype._refreshChildCollections = function () { Zotero.Collection.prototype._generateKey = function () { - return Zotero.Utilites.generateObjectKey(); + return Zotero.Utilities.generateObjectKey(); } diff --git a/chrome/content/zotero/xpcom/data/creator.js b/chrome/content/zotero/xpcom/data/creator.js index 738e98d7c..3d5d4ca91 100644 --- a/chrome/content/zotero/xpcom/data/creator.js +++ b/chrome/content/zotero/xpcom/data/creator.js @@ -552,7 +552,7 @@ Zotero.Creator.prototype._checkValue = function (field, value) { Zotero.Creator.prototype._generateKey = function () { - return Zotero.Utilites.generateObjectKey(); + return Zotero.Utilities.generateObjectKey(); } diff --git a/chrome/content/zotero/xpcom/data/tag.js b/chrome/content/zotero/xpcom/data/tag.js index 5aaaaf099..71bb53bd3 100644 --- a/chrome/content/zotero/xpcom/data/tag.js +++ b/chrome/content/zotero/xpcom/data/tag.js @@ -773,6 +773,6 @@ Zotero.Tag.prototype._prepFieldChange = function (field) { Zotero.Tag.prototype._generateKey = function () { - return Zotero.Utilites.generateObjectKey(); + return Zotero.Utilities.generateObjectKey(); } From ba0c33545f59f9073e25a5a99a4da55146f88df7 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Fri, 16 Aug 2013 17:56:10 -0400 Subject: [PATCH 3/3] More typos --- chrome/content/zotero/xpcom/data/item.js | 2 +- chrome/content/zotero/xpcom/schema.js | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index fecb0d847..67c687e74 100644 --- a/chrome/content/zotero/xpcom/data/item.js +++ b/chrome/content/zotero/xpcom/data/item.js @@ -5193,7 +5193,7 @@ Zotero.Item.prototype._clearFieldChange = function (field) { Zotero.Item.prototype._generateKey = function () { - return Zotero.Utilites.generateObjectKey(); + return Zotero.Utilities.generateObjectKey(); } diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index e991c89d7..178d934d4 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -2335,7 +2335,7 @@ Zotero.Schema = new function(){ for (var j=0, len=data.length; j