add debugging output for sporadic issue #37

This commit is contained in:
Stefan Breunig
2013-02-15 16:56:01 +01:00
parent 6a5759f06c
commit dcd00b83db
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@ window.debug.renderDetails = function() {
window.debug.printStackTrace = function() {
var e = new Error('dummy');
console.log(e.stack);
return e.stack;
}
window.debug.clearPortals = function() {