Hi, how is the stopFullScreen() method meant to be used? I try this (modifying the fullscreen.js demo); function gofull() { game.scale.startFullScreen(); game.scale.stopFullScreen();}and get this: Uncaught TypeError: Object #<HTMLCanvasElement> has no method '' What's that about?