Fix error dragging note in Fx3.0
This commit is contained in:
parent
bdc34103a9
commit
059efa4a67
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue