Fix spellcheck

* also fix spaces width
This commit is contained in:
Yukai Huang 2016-10-13 16:41:20 +08:00
parent 747502e694
commit ae3e1b972b
6 changed files with 1 additions and 6 deletions

View file

@ -3,7 +3,6 @@ var store = require('store');
var common = require('./common');
var checkIfAuth = common.checkIfAuth;
var urlpath = common.urlpath;
var serverurl = common.serverurl;
var getLoginState = common.getLoginState;
var extra = require('./extra');