This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
bixel
/
snaky-particles
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Merge branch 'models' of github.com:snaky-particles/snaky-particles into models
Dima Mironov
hace 10 años
padre
4b98f2f6bf
67225a54a5
commit
5bf13db7c6
Se han
modificado 1 ficheros
con
0 adiciones
y
4 borrados
Dividir vista
Mostrar estadísticas de diff
0
4
models/position.js
+ 0
- 4
models/position.js
Ver fichero
@@ -1,4 +0,0 @@
-var Position = function(x, y) {
- this.x=x;
- this.y=y;
-};