Bug 1013304 - Search for function definition doesn't work, r=fitzgen

This commit is contained in:
Victor Porof 2014-05-20 15:15:16 -04:00
Родитель 38be6b7a6d
Коммит ccd4120eb8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -57,7 +57,7 @@
<command id="globalSearchCommand"
oncommand="DebuggerView.Filtering._doGlobalSearch()"/>
<command id="functionSearchCommand"
oncommand="DepbuggerView.Filtering._doFunctionSearch()"/>
oncommand="DebuggerView.Filtering._doFunctionSearch()"/>
<command id="tokenSearchCommand"
oncommand="DebuggerView.Filtering._doTokenSearch()"/>
<command id="lineSearchCommand"