PortableMag/config.js
Alex A. Naanou a247943ef5 added keyboard handler from ImageGrid...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2013-01-27 22:41:06 +04:00

25 lines
742 B
JavaScript
Executable File

/**********************************************************************
*
*
* NOTE: uncommenting and setting the config options will override the
* defaults...
**********************************************************************/
//var DEBUG = DEBUG != null ? DEBUG : true
// number of pages to display in ribbon...
//var PAGES_IN_RIBBON = 6
// if true, expand a page to fit the whole view in single page mode...
//var FIT_PAGE_TO_VIEW = true
// if true will make page resizes after window resize animated...
//var ANIMATE_WINDOW_RESIZE = true
// if true will disable page dragging in single page mode...
//var DRAG_FULL_PAGE = false
/*********************************************************************/