I try to build my own playground, but get the "panic: $copy is not defined" error message in output box. Steps: 1. install gopherjs 2. install gopherjs.github.io 3. execute gopherjs.github.io/playground/update.sh 4. execute `gopherjs serve` to start a server 5. visit `http://localhost:8080/github.com/gopherjs/gopherjs.github.io/playground/` and press Run button But get the error message in output box. And I found the missing function `$copy` is move to `types.go` file at https://github.com/gopherjs/gopherjs/commit/a90f6553c90f61ab018c32ecc0d0390baf760d8a hope it is useful.