Small code layout improvement.
This commit is contained in:
parent
3ff50b2b28
commit
7bd5c7511d
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class _i18nSingleton extends Spine.Module
|
||||||
s = ( num, digits ) ->
|
s = ( num, digits ) ->
|
||||||
while num.toString().length < digits
|
while num.toString().length < digits
|
||||||
num = "0" + num
|
num = "0" + num
|
||||||
return num
|
num
|
||||||
|
|
||||||
timeObject = new Date(time)
|
timeObject = new Date(time)
|
||||||
d = timeObject.getDate()
|
d = timeObject.getDate()
|
||||||
|
|
Loading…
Reference in a new issue