What's the process for adding stuff to cordova.js or how can i make such changes platform specific?
Let's say I want to add a new (in my case probably webOS specific) document
event for show/hide/relaunch to Cordova:
Cordova.js, line 240
channel.onShow = cordova.addDocumentEventHandler('show');
Markus
