summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-21 23:15:23 -0800
committerJules Laplace <jules@okfoc.us>2015-12-21 23:15:23 -0800
commitbed982d4cbea6752ed2fe03c3163842f2205601c (patch)
tree6a98a059fcd806c547de99565d792877633d6ce0 /StoneIsland/www/js
parent958bc0f9585c741a3147dee368c09254a1717d69 (diff)
build ios
Diffstat (limited to 'StoneIsland/www/js')
-rwxr-xr-xStoneIsland/www/js/index.js2
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()