Add a TODO comment.

This commit is contained in:
Jürg Lehni 2011-02-19 13:07:24 +01:00
parent 6093151a3b
commit 451eaaa3c6

View file

@ -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;
}
}