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
f2575307
Commit
f2575307
authored
May 09, 2017
by
Jens-Christian Fischer
Browse files
Fix Boids typo
parent
121f8746
Changes
2
Hide whitespace changes
Inline
Side-by-side
mix.exs
View file @
f2575307
...
...
@@ -3,7 +3,7 @@ defmodule Grains.Mixfile do
def
project
do
[
app:
:grains
,
version:
"0.0.4
8
"
,
version:
"0.0.4
9
"
,
elixir:
"~> 1.2"
,
elixirc_paths:
elixirc_paths
(
Mix
.
env
),
compilers:
[
:phoenix
,
:gettext
]
++
Mix
.
compilers
,
...
...
web/static/js/presencesketch.js
View file @
f2575307
...
...
@@ -20,7 +20,7 @@ Boid.prototype.set_velocity = function(dx, dy) {
this
.
velocity
=
this
.
p
.
createVector
(
dx
,
dy
);
};
Boid
s
.
prototype
.
set_acceleration
=
function
(
z
)
{
Boid
.
prototype
.
set_acceleration
=
function
(
z
)
{
this
.
r
=
32
;
};
...
...
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