Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grains
grains-web
Commits
8388f0d6
Commit
8388f0d6
authored
May 09, 2017
by
Jens-Christian Fischer
Browse files
fix stupid VIM typo
parent
8289ded1
Changes
2
Show whitespace changes
Inline
Side-by-side
mix.exs
View file @
8388f0d6
...
...
@@ -3,7 +3,7 @@ defmodule Grains.Mixfile do
def
project
do
[
app:
:grains
,
version:
"0.0.4
1
"
,
version:
"0.0.4
2
"
,
elixir:
"~> 1.2"
,
elixirc_paths:
elixirc_paths
(
Mix
.
env
),
compilers:
[
:phoenix
,
:gettext
]
++
Mix
.
compilers
,
...
...
web/static/js/app.js
View file @
8388f0d6
...
...
@@ -111,7 +111,7 @@ visuals.on("acceleratoin", state => {
console
.
log
(
"
acceleration:
"
,
state
);
});
visual
.
join
().
receive
(
"
ok
"
,
resp
=>
V
{
visual
.
join
().
receive
(
"
ok
"
,
resp
=>
{
console
.
log
(
"
visual joined
"
);
})
.
receive
(
"
error
"
,
reason
=>
console
.
log
(
"
visual join failed
"
,
reason
))
...
...
Write
Preview
Supports
Markdown
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