default to no draw delay but allow as a setting
This commit is contained in:
@@ -95,11 +95,11 @@ export class Tessellate {
|
||||
|
||||
this.checkSettings(settings);
|
||||
|
||||
this.sketch = new Sketch({
|
||||
this.sketch = new Sketch(Object.assign({
|
||||
element: this.settings.element,
|
||||
draw: this.draw,
|
||||
resize: this.resize,
|
||||
});
|
||||
}, funky.pick(this.settings, ['drawDelay'])));
|
||||
|
||||
this.onTap = new OnTap(Object.assign({
|
||||
element: this.settings.element,
|
||||
|
||||
Reference in New Issue
Block a user