Content deleted Content added
implement Row:getData (needs bug-fixing) |
pass through makeData to Row objects |
||
Line 123:
obj.currentTitle = data.currentTitle
obj.isSmall = data.isSmall
obj.makeData = data.makeData -- used by Row:getData
return obj
end
Line 1,148 ⟶ 1,149:
function ArticleHistory:renderCategories()
local ret = {}
-- Child object categories
for i, obj in ipairs(self:getAllObjects()) do
|