summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-22 01:26:29 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-22 01:26:29 -0600
commitc8ea1aef25e28665478b9d94c4f63d26cda784b1 (patch)
tree2bc079dac25e40c5f818be8f698ccc1594d4bc9f /StoneIsland/www/js/index.js
parent89b39c69c00c180287912f4777ea2ec487fa6412 (diff)
parentbed982d4cbea6752ed2fe03c3163842f2205601c (diff)
Merge branch 'android' of https://github.com/okfocus/stone-island into android
Diffstat (limited to 'StoneIsland/www/js/index.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()