From b3f862e1cd2eb3a8c1be2f48c834abf6968b8b5a Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 20 Dec 2013 04:48:35 -0500 Subject: [PATCH] Adds debugging for tab hash --- src/modules/tab.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/tab.js b/src/modules/tab.js index 9de34c9cf..42422c857 100755 --- a/src/modules/tab.js +++ b/src/modules/tab.js @@ -71,6 +71,9 @@ return false; } else { + if(settings.historyType == 'hash') { + module.debug('Using hash state change to manage state'); + } if(settings.historyType == 'html5') { module.debug('Using HTML5 to manage state'); if(settings.path !== false) {