diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-20 12:55:23 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-20 12:55:23 -0500 |
| commit | d81402ee69ca9932c8eee437ae79985d961517a8 (patch) | |
| tree | d5aef5207a91b4da680f6478abf95c2e0faa203f /StoneIsland/www/js/sdk/auth.js | |
| parent | 4b6821cee2b7a35e2124a899a13c7559628f075e (diff) | |
sizing msg
Diffstat (limited to 'StoneIsland/www/js/sdk/auth.js')
| -rw-r--r-- | StoneIsland/www/js/sdk/auth.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/StoneIsland/www/js/sdk/auth.js b/StoneIsland/www/js/sdk/auth.js index 294a862c..c1546532 100644 --- a/StoneIsland/www/js/sdk/auth.js +++ b/StoneIsland/www/js/sdk/auth.js @@ -16,6 +16,9 @@ var auth = sdk.auth = (function(){ auth.access_token = "" auth.user_id = -1 + + auth.next_view = null + auth.deferred_product = null // ios: integrate keychain api // android: cordova.file.externalRootDirectory api @@ -73,6 +76,7 @@ var auth = sdk.auth = (function(){ }) } auth.defer_add_to_cart = function(){ + // auth.deferred_product } auth.log_out = function(){ auth.access_token = "" |
