fix spacing

pull/510/head
Nickson Yap 2017-06-20 02:25:31 +08:00
parent 55c61b7eb1
commit c5a22eb25d
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ if (typeof NProgress != 'undefined') {
NProgress.start();
});
$(window).on('load',function() {
$(window).on('load', function() {
NProgress.done();
});
}