Bug 604431 - Command Completion broken on today's build in JSTerm r=gavin.sharp a=beta7+

This commit is contained in:
David Dahl 2010-10-18 15:28:22 -07:00
Родитель 48d3ad8c5f
Коммит a189ab37b6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3818,7 +3818,7 @@ function findCompletionBeginning(aStr)
*/
function JSPropertyProvider(aScope, aInputValue)
{
let obj = aScope;
let obj = XPCNativeWrapper.unwrap(aScope);
// Analyse the aInputValue and find the beginning of the last part that
// should be completed.