Fix module variable require
This commit is contained in:
		
							parent
							
								
									8153fa32ed
								
							
						
					
					
						commit
						d6ae7a36ae
					
				@ -9,6 +9,7 @@ var urlpath = common.urlpath;
 | 
			
		||||
var resetCheckAuth = common.resetCheckAuth;
 | 
			
		||||
var getLoginState = common.getLoginState;
 | 
			
		||||
var clearLoginState = common.clearLoginState;
 | 
			
		||||
var loginStateChangeEvent = common.loginStateChangeEvent;
 | 
			
		||||
 | 
			
		||||
var historyModule = require('./history');
 | 
			
		||||
var parseStorageToHistory = historyModule.parseStorageToHistory;
 | 
			
		||||
 | 
			
		||||
@ -29,6 +29,7 @@ var DROPBOX_APP_KEY = common.DROPBOX_APP_KEY;
 | 
			
		||||
var noteurl = common.noteurl;
 | 
			
		||||
 | 
			
		||||
var checkLoginStateChanged = common.checkLoginStateChanged;
 | 
			
		||||
var loginStateChangeEvent = common.loginStateChangeEvent;
 | 
			
		||||
 | 
			
		||||
var extra = require('./extra');
 | 
			
		||||
var md = extra.md;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user