function trackLoad()

in atoms/default/client/js/app.js [2:7]


function trackLoad() {
    window.guardian.ophan.record({
        component: 'thrasher : thrasher-name : load',
        value: 1
    });
}