From cccdbdb8e5b72f1ea06edd3b741f98e1266b48a6 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 17 Sep 2008 00:45:14 +0000 Subject: [PATCH] Zotero.Style.delete -> Zotero.Style.remove --- chrome/content/zotero/preferences/preferences.js | 4 ++-- chrome/content/zotero/xpcom/style.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chrome/content/zotero/preferences/preferences.js b/chrome/content/zotero/preferences/preferences.js index 748b15a438..fae66ff928 100644 --- a/chrome/content/zotero/preferences/preferences.js +++ b/chrome/content/zotero/preferences/preferences.js @@ -1207,10 +1207,10 @@ function deleteStyle() { if(ps.confirm(null, '', text)) { // delete if requested if(cslIDs.length == 1) { - selectedStyle.delete(); + selectedStyle.remove(); } else { for(var i=0; i