mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
parent
9022bb232b
commit
15824e7aaf
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ var TextItem = this.TextItem = Item.extend(/** @lends TextItem# */{
|
|||
},
|
||||
|
||||
isEmpty: function() {
|
||||
return !!this._content;
|
||||
return !this._content;
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue