mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
Clean up comment.
This commit is contained in:
parent
4e98036828
commit
5e8ec2066b
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ var Item = Base.extend(Callback, /** @lends Item# */{
|
|||
if (!this._project) {
|
||||
var project = paper.project,
|
||||
layer = project.activeLayer;
|
||||
// Do not insert into DOM if insert: false is provided in props.
|
||||
// Do not insert into DOM if props.insert is false.
|
||||
if (layer && !(props && props.insert === false)) {
|
||||
layer.addChild(this);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue