mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
Fix typo.
This commit is contained in:
parent
a3ec26dace
commit
54a24d97b1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|| DomElement.find('body').appendChild(
|
||||
DomElement.create('div', { 'class': 'palettejs-panel' }));
|
||||
this._element = parent.appendChild(
|
||||
DomElement.create('table', { 'class': 'palettejs-pane' })),
|
||||
DomElement.create('table', { 'class': 'palettejs-pane' }));
|
||||
this._title = title;
|
||||
if (!values)
|
||||
values = {};
|
||||
|
|
Loading…
Reference in a new issue