Commit Graph

17 Commits

Author SHA1 Message Date
Manuel Friedli 6deb0d50fe converted controls into an overlay 2014-08-10 23:14:29 +02:00
Manuel Friedli 27435ed9a8 put controls in their own div element and hide/show it with action links.
now to do: css styling!
2014-08-09 12:15:01 +02:00
Manuel Friedli 65e1466508 JSHinting 2014-07-04 13:52:32 +02:00
Manuel Friedli be221aa88d use Function.bind() instead of passing the 'this' object to each and every
function. but that's no nice solution either ...
2014-07-04 13:47:16 +02:00
Manuel Friedli 6f6feb5cf5 re-indented the code 2014-07-04 00:52:09 +02:00
Manuel Friedli de75a3bdaf no more JSHint errors for now 2014-07-04 00:50:16 +02:00
Manuel Friedli ec8a185dd7 more JSHinting 2014-07-04 00:42:05 +02:00
Manuel Friedli cd58ff4ba3 converted many old-fashioned for-loops to modern ones 2014-07-03 22:03:54 +02:00
Manuel Friedli dd752c8db0 use forEach() instead of for(i=0...) 2014-07-03 21:26:13 +02:00
Manuel Friedli df9e435da3 renamed _currentMinute to currentMinute 2014-07-03 21:20:20 +02:00
Manuel Friedli 60e68ffeaf renamed _id to id 2014-07-03 21:18:27 +02:00
Manuel Friedli ec9b44427c renamed _timer to timer 2014-07-03 21:16:47 +02:00
Manuel Friedli 3d0245abfa wrap the layout definitions in immediately executing anonymous functions 2014-07-03 20:37:34 +02:00
Manuel Friedli 85b5670dfc removed the window.uhr global variable! hooray! 2014-07-03 20:33:26 +02:00
Manuel Friedli 5a9ec0e0df basically the whole thing is rewritten :) 2014-07-03 20:10:55 +02:00
Manuel Friedli 09562d47a4 intermediate commit 2014-07-03 18:36:43 +02:00
Manuel Friedli afe923c136 some JSHint'ing and reorganizing of the project-structure 2014-07-03 16:53:28 +02:00