diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-07 11:32:37 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-07 11:32:37 -0500 |
| commit | deb3e8c4705647505d54439e0c7f8fe5ffc23551 (patch) | |
| tree | 483d7fde3ca346f40104dbe10f23a5ead1f46038 /StoneIsland/www/js/index.js | |
| parent | 936dac0d53696d48c8e24998731c3440022207ca (diff) | |
temp collection
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 6bea75d0..c246ae9a 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() |
