I followed your [instructions](http://playgroundjs.com/intro/scaling), but I receive: **Uncaught ReferenceError: TEMP is not defined**. main.js: `var app = new PLAYGROUND.Application({ render: TEMP.showDimensions, container: 'svg-container' });`
I followed your instructions, but I receive: Uncaught ReferenceError: TEMP is not defined.
main.js:
var app = new PLAYGROUND.Application({ render: TEMP.showDimensions, container: 'svg-container' });