beep: function()

in www/notification.js [107:110]


    beep: function (count) {
        var defaultedCount = count || 1;
        exec(null, null, 'Notification', 'beep', [defaultedCount]);
    },