diff options
| author | Rene Ae <aehtyb@gmail.com> | 2016-01-26 00:56:09 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2016-01-26 00:56:09 -0600 |
| commit | 0213d23870b7247e70fb5f91b6df2f29d6957b30 (patch) | |
| tree | c725f86fa5d23844a26af12b37bcadf442bf156c /StoneIsland/www/js/index.js | |
| parent | 74ac46be0a0ca4baf104696cc0c10afdcd12757b (diff) | |
split column selector
Diffstat (limited to 'StoneIsland/www/js/index.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 cf0116d4..d64f6a49 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -4,7 +4,7 @@ var app = (function(){ app.init = function(){ console.log("init") - sdk.init({ env: "production" }) + sdk.init({ env: "development" }) app.bind() app.build() |
