polishing

10.3.x-maintenance
cTn 2013-12-05 11:04:15 +01:00
parent ae6d902b88
commit 586e166ab7
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,8 @@ GUI_control.prototype.interval_pause = function(name) {
return true;
}
}
return false;
};
// name = string
@ -82,6 +84,8 @@ GUI_control.prototype.interval_resume = function(name) {
return true;
}
}
return false;
};
// input = array of timers thats meant to be kept