reset ticks cache

This commit is contained in:
chrox
2014-10-10 18:13:14 +08:00
parent b422eb90cc
commit 6dd3f99c35

View File

@@ -53,6 +53,7 @@ end
function ReaderToc:onUpdateToc()
self.toc = nil
self.ticks = {}
return true
end