reformatted the whole code base

This commit is contained in:
Manuel Friedli 2014-08-26 17:49:23 +02:00
parent f576347c06
commit f171b9c8aa
23 changed files with 1148 additions and 1001 deletions

View file

@ -22,7 +22,7 @@
<script>
mocha.checkLeaks();
mocha.run();
// $('#u').uhr({'width':'200px'});
// $('#u').uhr({'width':'200px'});
</script>
</body>
</html>

View file

@ -1,8 +1,5 @@
/**
* Created by u203395 on 04.07.2014.
*/
suite('Bärneruhr', function () {
suite('Bärneruhr', function() {
"use strict";
test('dummy', function () {
test('dummy', function() {
});
});