Battery.prototype._error = function()

in www/battery.js [102:104]


Battery.prototype._error = function (e) {
    console.log('Error initializing Battery: ' + e);
};