fix: add virtual startHighLightMode method for all readers.

pull/2/merge
Qingping Hou 12 years ago
parent eac9893958
commit 1113759972

@ -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

Loading…
Cancel
Save