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 @@ PdfDocument = Document:new{
mupdf_cache_size = 5 * 1024 * 1024,
dc_null = DrawContext.new(),
options = KoptOptions,
configurable = Configurable,
koptinterface = KoptInterface,
}