fix: add virtual startHighLightMode method for all readers.

This commit is contained in:
Qingping Hou
2012-03-26 20:25:44 +08:00
parent eac9893958
commit 1113759972

View File

@@ -113,6 +113,11 @@ end
-- You need to overwrite following two methods if your
-- reader supports highlight feature.
----------------------------------------------------
function UniReader:startHighLightMode()
return
end
function UniReader:highLightText()
return
end