Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed May 10, 2015
1 parent c6276ce commit 054a7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/functions.js
Expand Up @@ -1771,7 +1771,7 @@ function codemirrorAutocompleteOnInputRead(instance) {
$('<div class="autocomplete-column-hint">')
.text(data.columnHint)
.appendTo(elem);
}
};

$.ajax({
type: 'POST',
Expand Down

0 comments on commit 054a7d4

Please sign in to comment.