summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-11 01:40:48 -0500
committerJules Laplace <jules@okfoc.us>2015-11-11 01:40:48 -0500
commit1d0bff6384549b05927690e60c8bf708eda834bf (patch)
tree54f02c2371a0a8f25f54c451296b5d431f1f1618 /StoneIsland/www/js
parentf513061a84becab81db06c37c71a99b986cda633 (diff)
add login test
Diffstat (limited to 'StoneIsland/www/js')
-rw-r--r--StoneIsland/www/js/sdk/auth.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/sdk/auth.js b/StoneIsland/www/js/sdk/auth.js
index 53ac310f..3b905ffb 100644
--- a/StoneIsland/www/js/sdk/auth.js
+++ b/StoneIsland/www/js/sdk/auth.js
@@ -7,7 +7,7 @@
},
*/
-var auth = (function(){
+var auth = sdk.auth = (function(){
var auth = {}
auth.appname = is_iphone ? "native-iphone-stoneisland/1.0.0" : "native-android-stoneisland/1.0.0"