blob: e75fe7ad58c5f653863e9119c8b320439fb7cda6 [file] [log] [blame]
var timer = {
/**
* Starts the timer
*/
start: function() {
},
/**
* Stops the timer
*/
stop: function (param) {
}
}