use xtype as default url token

This commit is contained in:
Sebastian Sdorra
2011-11-17 19:06:07 +01:00
parent 1e75757096
commit de54cefcd1

View File

@@ -123,8 +123,11 @@ Sonia.History = {
if (token){
this.add(token);
}
} else if (debug) {
console.debug('could not find xtype ' + tab.xtype);
} else {
if (debug){
console.debug('could not find xtype ' + tab.xtype + ' set xtype as id');
}
this.add(tab.xtype);
}
}
},