Renamed classes

This commit is contained in:
Devine Lu Linvega
2019-01-09 15:51:57 +12:00
parent 1d574d43c0
commit 23c53ef37e
4 changed files with 40 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
'use strict'
DOTGRID.Cursor = function () {
function Cursor () {
this.pos = { x: 0, y: 0 }
this.translation = null
this.operation = null