Yes exactly – just instead of to a variable, you’re assigning it to an object property, and the function becomes a method of that object.
Apparently the author just forgot it… if you’re using semicolons throughout, there would have to be one too. It’s not necessary here either though because of the automatic semicolon insertion (ASI).