highlight

This commit is contained in:
Ilya Kantor 2015-06-13 00:13:43 +03:00
parent 8a1c764e94
commit 918747cad6

View file

@ -20,7 +20,9 @@ function CoffeeMachine(power) {
} }
this.run = function() { this.run = function() {
*!*
timerId = setTimeout(onReady, getBoilTime()); timerId = setTimeout(onReady, getBoilTime());
*/!*
}; };
*!* *!*