move configurable to Document class

since every document type is depend on it now
This commit is contained in:
Qingping Hou
2013-10-17 17:28:20 -04:00
parent 2275e437e6
commit 10bf048d77
4 changed files with 6 additions and 7 deletions

View File

@@ -10,7 +10,6 @@ DjvuDocument = Document:new{
djvulibre_cache_size = nil,
dc_null = DrawContext.new(),
options = KoptOptions,
configurable = Configurable,
koptinterface = KoptInterface,
}