I am trying out the version 1.6.0-betaRC and seeing some oddness. While my code runs fine in go.js. When I test against go-debug.js I get a number of errors many that follow the form of:
Getting the property "Y" is probably not what you intended: it is capitalized but should be spelled "y"
go-debug.js:1055 Uncaught TypeError: a.Y is not a function
This is repeatable in the basic.html sample by pointing it to the go-debug.js file and running the sample.
Thanks,
CBH