Formatting
This commit is contained in:
parent
4fc4c94a47
commit
419634ea2a
1 changed files with 2 additions and 3 deletions
|
|
@ -53,8 +53,7 @@ Singleton {
|
|||
}
|
||||
|
||||
// --------------------------------
|
||||
function init() {
|
||||
// does nothing but ensure the singleton is created
|
||||
function init() {// does nothing but ensure the singleton is created
|
||||
// do not remove
|
||||
}
|
||||
|
||||
|
|
@ -66,7 +65,7 @@ Singleton {
|
|||
data.weather = null
|
||||
|
||||
// Try to fetch immediately
|
||||
updateWeather();
|
||||
updateWeather()
|
||||
}
|
||||
|
||||
// --------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue