diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-21 23:15:23 -0800 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-21 23:15:23 -0800 |
| commit | bed982d4cbea6752ed2fe03c3163842f2205601c (patch) | |
| tree | 6a98a059fcd806c547de99565d792877633d6ce0 /StoneIsland/www/js | |
| parent | 958bc0f9585c741a3147dee368c09254a1717d69 (diff) | |
build ios
Diffstat (limited to 'StoneIsland/www/js')
| -rwxr-xr-x | StoneIsland/www/js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index ad4c6d20..050a729c 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/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() |
