зеркало из https://github.com/mozilla/pluotsorbet.git
Fix TextEditorThread.getNextDirtyEditor asyncImpl return type
This commit is contained in:
Родитель
4166a55a98
Коммит
cbaec456dd
|
@ -1517,7 +1517,7 @@ var currentlyFocusedTextEditor;
|
|||
return dirtyEditors.shift();
|
||||
}
|
||||
|
||||
asyncImpl("I", new Promise(function(resolve, reject) {
|
||||
asyncImpl("Lcom/nokia/mid/ui/TextEditor;", new Promise(function(resolve, reject) {
|
||||
textEditorResolve = function() {
|
||||
resolve(dirtyEditors.shift());
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче