add cre view mode support in frontend

This commit is contained in:
Qingping Hou
2012-12-13 12:41:48 +08:00
parent 454ffc0479
commit 1675d8667b
3 changed files with 11 additions and 3 deletions

View File

@@ -47,7 +47,8 @@ function ReaderUI:init()
self[1] = ReaderView:new{
dialog = self.dialog,
dimen = self.dimen,
ui = self
ui = self,
document = self.document,
}
-- rotation controller
self[2] = ReaderRotation:new{