summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-09 17:37:55 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-09 17:37:55 -0600
commit0791548d795548240d89683cb3a041ae863a5c93 (patch)
tree45bfb09c7377a12c9528d8f4a719a94dc29d3532 /StoneIsland/www/js/index.js
parent6f468508553cc7231367d3ed35dba54283bdebb6 (diff)
android
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rwxr-xr-x[-rw-r--r--]StoneIsland/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 414f2b42..0b3531dd 100644..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()