mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Add a TODO comment.
This commit is contained in:
parent
6093151a3b
commit
451eaaa3c6
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ PathStyle = Base.extend(new function() {
|
|||
style = this.item.children[i].style[key];
|
||||
} else if(style != this.item.children[i].style[key]) {
|
||||
// If there is another item with a different style:
|
||||
// TODO: Shouldn't this be undefined instead? null often
|
||||
// has meaning for styles.
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue