work-in-progress - checking in while looking at other code on master. may be broken
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user