зеркало из https://github.com/mozilla/gecko-dev.git
Bug 604431 - Command Completion broken on today's build in JSTerm r=gavin.sharp a=beta7+
This commit is contained in:
Родитель
48d3ad8c5f
Коммит
a189ab37b6
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче