зеркало из https://github.com/mozilla/pjs.git
Bug 177658 Clipboard copy in Page Info is broken
patch by thieleke@yahoo.com r=db48x@yahoo.com sr=bzbarsky a=blizzard
This commit is contained in:
Родитель
23f9545491
Коммит
225b507509
|
@ -124,7 +124,7 @@ pageInfoTreeView.prototype = {
|
|||
|
||||
handleCopy: function(row)
|
||||
{
|
||||
return (row < 0 || copycol < 0) ? "" : (this.data[row][this.copycol] || "");
|
||||
return (row < 0 || this.copycol < 0) ? "" : (this.data[row][this.copycol] || "");
|
||||
},
|
||||
|
||||
performActionOnRow: function(action, row)
|
||||
|
|
Загрузка…
Ссылка в новой задаче