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.Picker = function () {
function Picker (dotgrid) {
this.memory = ''
this.el = document.createElement('div')
this.el.id = 'picker'