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