summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--not/Element.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/not/Element.lua b/not/Element.lua
index 75d1790..3b0d13a 100644
--- a/not/Element.lua
+++ b/not/Element.lua
@@ -8,6 +8,7 @@ function Element:new (parent)
self.y = 0
end
+-- TODO: Element's getSize is temporary. Create BoxElement and move it there.
function Element:getSize ()
return 0, 0
end