Kaynağa Gözat

Merge branch 'models' of github.com:snaky-particles/snaky-particles into models

Dima Mironov 10 yıl önce
ebeveyn
işleme
5bf13db7c6
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. 0 4
      models/position.js

+ 0 - 4
models/position.js

@@ -1,4 +0,0 @@
-var Position = function(x, y) {
-	this.x=x;
-	this.y=y;
-};