Removed comment
This commit is contained in:
@@ -10,13 +10,7 @@ function Interface (client) {
|
||||
this.isVisible = true
|
||||
this.zoom = false
|
||||
|
||||
this.install = function (host) {
|
||||
host.appendChild(this.el)
|
||||
}
|
||||
|
||||
this.start = function (host) {
|
||||
let html = ''
|
||||
const options = {
|
||||
const options = {
|
||||
cast: {
|
||||
line: { key: 'A', icon: 'M60,60 L240,240' },
|
||||
arc_c: { key: 'S', icon: 'M60,60 A180,180 0 0,1 240,240' },
|
||||
@@ -43,6 +37,13 @@ function Interface (client) {
|
||||
}
|
||||
}
|
||||
|
||||
this.install = function (host) {
|
||||
host.appendChild(this.el)
|
||||
}
|
||||
|
||||
this.start = function (host) {
|
||||
let html = ''
|
||||
|
||||
for (const type in options) {
|
||||
const tools = options[type]
|
||||
for (const name in tools) {
|
||||
|
Reference in New Issue
Block a user