work-in-progress - checking in while looking at other code on master. may be broken

This commit is contained in:
Jon Atkins
2013-08-25 17:50:28 +01:00
parent dff09ed0c1
commit 3c90960e4c
9 changed files with 65 additions and 235 deletions

View File

@ -5,9 +5,9 @@
window.debug = function() {}
window.debug.renderDetails = function() {
console.log('portals: ' + window.portalsCount);
console.log('links: ' + window.linksCount);
console.log('fields: ' + window.fieldsCount);
console.log('portals: ' + Object.keys(window.portals).length);
console.log('links: ' + Object.keys(window.links).length);
console.log('fields: ' + Object.keys(window.fields).length);
}
window.debug.printStackTrace = function() {