Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
beacde81
Commit
beacde81
authored
Oct 06, 2017
by
Mathieu Giraud
Browse files
js/autocomplete.js: jshint, again
parent
96fc90cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/autocomplete.js
View file @
beacde81
...
...
@@ -122,7 +122,7 @@ VidjilAutoComplete.prototype = {
},
beforeSave
(
tags
)
{
return
$
.
map
(
tags
,
(
i
)
=>
{
if
(
i
.
name
==
null
)
{
if
(
i
.
name
==
=
null
)
{
return
i
;
}
return
{
...
...
@@ -210,7 +210,7 @@ VidjilAutoComplete.prototype = {
return
res
;
})
$input
.
atwho
(
'
load
'
,
at
,
loaded_data
);
;
$input
.
atwho
(
'
load
'
,
at
,
loaded_data
);
// This trigger at.js again
// otherwise we would be stuck with loading until the user types
return
$input
.
trigger
(
'
keyup
'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment