mirror of
				https://github.com/flynx/PortableMag.git
				synced 2025-11-03 21:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			742 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			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
 | 
						|
 | 
						|
 | 
						|
 | 
						|
/*********************************************************************/
 |