diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-03 18:58:28 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-03 18:58:28 -0500 |
| commit | 2bb57e067e196b3623eb86528517addd52b67943 (patch) | |
| tree | 19dcec39137da11e145c5599c8bdb90c99c12a80 /StoneIsland/platforms/ios/www/js/index.js | |
| parent | fffc000bd73b740318762747c07aa39adca1313a (diff) | |
app proxy running smoothly
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/index.js')
| -rw-r--r-- | StoneIsland/platforms/ios/www/js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/js/index.js b/StoneIsland/platforms/ios/www/js/index.js index 332e780d..e0b08351 100644 --- a/StoneIsland/platforms/ios/www/js/index.js +++ b/StoneIsland/platforms/ios/www/js/index.js @@ -5,7 +5,7 @@ var app = (function(){ app.bind() app.build() - sdk.init({ production: true }) + sdk.init({ env: "test" }) if (window.cordova) { document.addEventListener('deviceready', app.ready, false) |
