diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-12-03 01:51:25 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-12-03 01:51:25 -0600 |
| commit | 85d27af2df1949569192a55ad9f5c3bfd45f6c07 (patch) | |
| tree | 27e86db872daa9fb9540fc8afa0b95407bdfedd0 /StoneIsland/platforms/ios/www/js/index.js | |
| parent | 6b48c2829eb0e7cf406cf4a7081d50f925101044 (diff) | |
| parent | 03f5e2efae6ddd2b69c73f73214f49d102edf603 (diff) | |
Merge branch 'master' of https://github.com/okfocus/stone-island
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 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() |
