summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js')
-rw-r--r--StoneIsland/www/js/sdk/auth.js4
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 = ""