소스 검색

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

Dima Mironov 10 년 전
부모
커밋
5bf13db7c6
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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;
-};