blackberry / WebWorks-API-Docs

BlackBerry WebWorks API Documentation
66 stars 47 forks source link

ui.cover doc error #444

Closed rtholmes closed 11 years ago

rtholmes commented 11 years ago

The example here is wrong:

https://developer.blackberry.com/html5/apis/blackberry.ui.cover.html#setTransition

The snippet:

blackberry.ui.cover.setTransition(blackberry.ui.TRANSITION_FADE);

Should read (missing 'cover'):

blackberry.ui.cover.setTransition(blackberry.ui.cover.TRANSITION_FADE);

The incorrect version fails silently.