Improved export

This commit is contained in:
Devine Lu Linvega
2018-10-11 08:09:00 +12:00
parent d7d22f8061
commit a3d2468df4
7 changed files with 44 additions and 101 deletions

View File

@@ -1,6 +1,6 @@
'use strict'
DOTGRID.Interface = function(){
DOTGRID.Interface = function () {
this.el = document.createElement('div')
this.el.id = 'interface'
@@ -72,7 +72,7 @@ DOTGRID.Interface = function(){
DOTGRID.cursor.operation = {}
DOTGRID.cursor.operation[type] = name
this.update(true)
DOTGRID.guide.update(true);
DOTGRID.guide.update(true)
}
this.out = function (type, name) {
@@ -92,7 +92,7 @@ DOTGRID.Interface = function(){
DOTGRID.tool[type](name)
this.update(true)
DOTGRID.guide.update(true);
DOTGRID.guide.update(true)
}
this.prev_operation = null