Remove unused variable text
This commit is contained in:
parent
d89311e596
commit
694d7431b7
1 changed files with 0 additions and 1 deletions
|
|
@ -155,7 +155,6 @@ function getCompletionPrefix(editor) {
|
|||
|
||||
var doLiveAutocomplete = function(e) {
|
||||
var editor = e.editor;
|
||||
var text = e.args || "";
|
||||
var hasCompleter = editor.completer && editor.completer.activated;
|
||||
|
||||
// We don't want to autocomplete with no prefix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue