CGoogleApi - enabling question

I’m trying to load jQuery from Google’s API, as described here: http://www.yiiframew…ng-script-files

After updating config/main.php and including the script from the page I linked to, I'm getting this error:

Call to undefined method CGoogleApi::bootstrap()

I'm assuming that CGoogleApi needs to be initialized somewhere, but I can't figure out where… any ideas?

The guide has a typo (already fixed in SVN). It should be init().

Ok, thanks.