from http://stackoverflow.com/questions/4482950/how-to-show-full-object-in-chrome-console
// How to show full object in Chrome console? console.dir(functor); console.log(JSON.stringify(functor)); for(a in array) console.log(array[a]);