[Client] Fiz bug

This commit is contained in:
syuilo 2017-02-22 16:35:58 +09:00
parent a997e0f754
commit 4a44cfa472
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@
this.dd = ('0' + now.getDate()).slice(-2); this.dd = ('0' + now.getDate()).slice(-2);
this.hh = ('0' + now.getHours()).slice(-2); this.hh = ('0' + now.getHours()).slice(-2);
this.nn = ('0' + now.getMinutes()).slice(-2); this.nn = ('0' + now.getMinutes()).slice(-2);
this.update();
}; };
this.on('mount', () => { this.on('mount', () => {