mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Remove forced colon in label, so we can add it optionally through CSS instead.
This commit is contained in:
parent
214ac10d57
commit
3cb84842ff
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ var Component = Base.extend(Callback, /** @lends Component# */{
|
|||
DomElement.set(this._labelNode = this._labelNode
|
||||
|| this._labelCell.appendChild(DomElement.create('label',
|
||||
{ 'for': 'palettejs-input-' + this._name })),
|
||||
'text', label + ':');
|
||||
'text', label);
|
||||
},
|
||||
|
||||
getSuffix: function() {
|
||||
|
|
Loading…
Reference in a new issue