Browse Source

Adds debugging for tab hash

pull/470/merge
jlukic 11 years ago
parent
commit
b3f862e1cd
1 changed files with 3 additions and 0 deletions
  1. 3
      src/modules/tab.js

3
src/modules/tab.js

@ -71,6 +71,9 @@
return false; return false;
} }
else { else {
if(settings.historyType == 'hash') {
module.debug('Using hash state change to manage state');
}
if(settings.historyType == 'html5') { if(settings.historyType == 'html5') {
module.debug('Using HTML5 to manage state'); module.debug('Using HTML5 to manage state');
if(settings.path !== false) { if(settings.path !== false) {

Loading…
Cancel
Save