Prior to cordova-js the end user could override the native browser implementation of navigator.geolocation with:
Geolocation.usePhoneGap()
It appears to me that the way to do that with cordova-js would be:
navigator.geolocation = require('cordova/plugin/geolocation');
Is that correct? If so, we need to update docs.
Do we have a location where we are keeping track of migration issues
from 1.4 -> 1.5?
