1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:48:00 +01:00

Cleanup liberator.open. Ted, please, just once, format your code correctly. Thanks.

This commit is contained in:
Kris Maglione
2009-01-06 12:41:55 -05:00
parent 850722d335
commit e7f86f893d
2 changed files with 11 additions and 23 deletions

View File

@@ -638,8 +638,6 @@ CompletionContext.prototype = {
for (let type in this.selectionTypes)
this.highlight(0, 0, type);
this.cancelAll();
this.contextList = [];
this.offset = 0;
this.process = [];
@@ -649,6 +647,8 @@ CompletionContext.prototype = {
this.updateAsync = false;
this.waitingForTab = false;
this.cancelAll();
if (this.editor)
{
this.value = this.editor.selection.focusNode.textContent;