function createCallbackPair()

in www/accelerometer.js [79:81]


function createCallbackPair (win, fail) {
    return { win: win, fail: fail };
}