Minor cleanup

This commit is contained in:
Devine Lu Linvega
2019-01-09 15:49:34 +12:00
parent e79fae8a49
commit 1d574d43c0
8 changed files with 136 additions and 140 deletions

View File

@@ -18,7 +18,7 @@ function Dotgrid (width, height, grid_x, grid_y, block_x, block_y) {
this.install = function (host) {
this.manager = new Manager(this)
this.renderer = new Renderer(this)
this.tool = new this.Tool()
this.tool = new Tool(this)
this.interface = new this.Interface()
this.picker = new this.Picker()