diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-10-19 18:44:07 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-10-19 18:44:17 -0400 |
| commit | 1928c62ffe255c3a2a89d31d7e8bf69035b1babb (patch) | |
| tree | 5079b5d28ba6d41d4a888fdf364ab96befa612fc /StoneIsland/www/js | |
| parent | acc37ef0a58ccf5a8b1bffa5ba115b1ec9f22c6b (diff) | |
stub sdk loader for test suite
Diffstat (limited to 'StoneIsland/www/js')
| -rw-r--r-- | StoneIsland/www/js/sdk/auth.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/sdk/auth.js b/StoneIsland/www/js/sdk/auth.js index 29bc78f2..71e9e2d0 100644 --- a/StoneIsland/www/js/sdk/auth.js +++ b/StoneIsland/www/js/sdk/auth.js @@ -16,7 +16,7 @@ var auth = (function(){ auth.access_token = "" auth.user_id = -1 - auth.name = name + auth.name = "" // ios: integrate keychain api // android: cordova.file.externalRootDirectory api @@ -32,4 +32,4 @@ var auth = (function(){ } return auth -})()
\ No newline at end of file +})() |
