From 451eaaa3c65beb069cca6316f5fe2f59b4f3d6cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sat, 19 Feb 2011 13:07:24 +0100 Subject: [PATCH] Add a TODO comment. --- src/item/PathStyle.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/item/PathStyle.js b/src/item/PathStyle.js index 09c35a60..dfa42b1b 100644 --- a/src/item/PathStyle.js +++ b/src/item/PathStyle.js @@ -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; } }