diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-03 02:42:52 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-03 02:42:52 -0500 |
| commit | 03f5e2efae6ddd2b69c73f73214f49d102edf603 (patch) | |
| tree | 41740646653a0124bc515c425f385e3165013e11 /StoneIsland/platforms/ios/www/js | |
| parent | c87631ca5fd8b4e774085c713c50357da4e4407a (diff) | |
bundlerzzzz
Diffstat (limited to 'StoneIsland/platforms/ios/www/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 32b97d4b..16989eb0 100644 --- a/StoneIsland/platforms/ios/www/js/index.js +++ b/StoneIsland/platforms/ios/www/js/index.js @@ -3,7 +3,7 @@ var app = (function(){ app.init = function(){ - sdk.init({ env: "development" }) + sdk.init({ env: "production" }) app.bind() app.build() |
