Comment 0 for bug 1292109

Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

Here:
http://developer.ubuntu.com/api/html5/sdk-14.04/UbuntuUI.Toolbar/

I shows this as the example of creating a toolbar object:
var toolbar = UI.footer("footerID");

This is incorrect and should be:
var toolbar = toolbar("toolbarID");

As shown here:
http://developer.ubuntu.com/api/html5/sdk-14.04/UbuntuUI.UbuntuUI/