зеркало из https://github.com/mozilla/gecko-dev.git
Moving function for finding if unifinder has focus.
This commit is contained in:
Родитель
bd2a2822df
Коммит
a700e7822f
|
@ -136,13 +136,6 @@ function toDoUnifinderRefresh()
|
|||
refreshToDoTree( taskTable );
|
||||
}
|
||||
|
||||
function unifinderToDoHasFocus()
|
||||
{
|
||||
var tree = document.getElementById( ToDoUnifinderTreeName );
|
||||
return( tree.treeBoxObject.focused );
|
||||
}
|
||||
|
||||
|
||||
function getToDoFromEvent( event )
|
||||
{
|
||||
var tree = document.getElementById( ToDoUnifinderTreeName );
|
||||
|
|
Загрузка…
Ссылка в новой задаче