mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Whitespace
This commit is contained in:
@@ -77,10 +77,10 @@ var updateVersions = function (shouldReloadClientProgram) {
|
||||
process.env.AUTOUPDATE_VERSION ||
|
||||
WebApp.calculateClientHashRefreshable();
|
||||
|
||||
Autoupdate.autoupdateVersionCordova =
|
||||
__meteor_runtime_config__.autoupdateVersionCordova =
|
||||
process.env.AUTOUPDATE_VERSION ||
|
||||
WebApp.calculateClientHashCordova();
|
||||
Autoupdate.autoupdateVersionCordova =
|
||||
__meteor_runtime_config__.autoupdateVersionCordova =
|
||||
process.env.AUTOUPDATE_VERSION ||
|
||||
WebApp.calculateClientHashCordova();
|
||||
|
||||
// Step 2: form the new client boilerplate which contains the updated
|
||||
// assets and __meteor_runtime_config__.
|
||||
|
||||
Reference in New Issue
Block a user