Commit graph

24 commits

Author SHA1 Message Date
2edf130472 added autoresize option and updated documentation 2014-08-12 19:19:37 +02:00
fcfdaaa2cd fade controls in and out 2014-08-12 11:55:34 +02:00
a3dce2322b don't remove blank line 2014-08-12 00:44:29 +02:00
504e139bf2 adapted the changes on the seconds branch to the refactored code 2014-08-11 23:52:46 +02:00
c0742a6f11 make the clock adjust its size on window resizing 2014-08-11 19:19:11 +02:00
6deb0d50fe converted controls into an overlay 2014-08-10 23:14:29 +02:00
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
65e1466508 JSHinting 2014-07-04 13:52:32 +02:00
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
6f6feb5cf5 re-indented the code 2014-07-04 00:52:09 +02:00
de75a3bdaf no more JSHint errors for now 2014-07-04 00:50:16 +02:00
ec8a185dd7 more JSHinting 2014-07-04 00:42:05 +02:00
cd58ff4ba3 converted many old-fashioned for-loops to modern ones 2014-07-03 22:03:54 +02:00
dd752c8db0 use forEach() instead of for(i=0...) 2014-07-03 21:26:13 +02:00
df9e435da3 renamed _currentMinute to currentMinute 2014-07-03 21:20:20 +02:00
60e68ffeaf renamed _id to id 2014-07-03 21:18:27 +02:00
ec9b44427c renamed _timer to timer 2014-07-03 21:16:47 +02:00
08cca0a915 helper variables don't need to be wrapped in their own object. 2014-07-03 21:06:06 +02:00
3d0245abfa wrap the layout definitions in immediately executing anonymous functions 2014-07-03 20:37:34 +02:00
85b5670dfc removed the window.uhr global variable! hooray! 2014-07-03 20:33:26 +02:00
5a9ec0e0df basically the whole thing is rewritten :) 2014-07-03 20:10:55 +02:00
7b0e77f16f fixed syntax error. was probably introduced while refactoring 2014-07-03 20:09:01 +02:00
09562d47a4 intermediate commit 2014-07-03 18:36:43 +02:00
afe923c136 some JSHint'ing and reorganizing of the project-structure 2014-07-03 16:53:28 +02:00