function getPlatform()

in src/browser/DeviceProxy.js [23:25]


function getPlatform () {
    return 'browser';
}