diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-03 00:12:45 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-03 00:12:45 -0500 |
| commit | 46af04f4b25180fdb7ad928de13c6f7d1b109414 (patch) | |
| tree | f4c4b53c55161421979aeff82edec8082cf80548 /StoneIsland/www/js/index.js | |
| parent | f78a20cc8a132ce317bb5d3dd36a0f39d8650cb8 (diff) | |
development mode
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rw-r--r-- | 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 573ce720..32b97d4b 100644 --- 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: "test" }) + sdk.init({ env: "development" }) app.bind() app.build() |
