commit 059efa4a676d64a9ee7eab9c85d7dad7c973202d parent bdc34103a9490ec7c1d54c0f94e769a876e32738 Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 30 Dec 2009 22:30:29 +0000 Fix error dragging note in Fx3.0 Diffstat:
| M | chrome/content/zotero/xpcom/quickCopy.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/quickCopy.js b/chrome/content/zotero/xpcom/quickCopy.js @@ -312,7 +312,7 @@ Zotero.QuickCopy = new function() { } // TODO: Remove once >=Fx3.5 else { - text = Zotero.Utilities.prototype.trim() + text = Zotero.Utilities.prototype.trim(text) } //