From 29b280cf8b775ab895dbe93569f61792a61738c3 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Fri, 27 Jun 2014 12:56:32 +0200 Subject: [PATCH] removed unnecessary array-brackets --- uhr-de.js | 2 +- uhr-de_CH_genau.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uhr-de.js b/uhr-de.js index e1f0722..199bb06 100644 --- a/uhr-de.js +++ b/uhr-de.js @@ -45,7 +45,7 @@ var layout = { "15,16,17,18,19": [h._15, h._nach], "20,21,22,23,24": [h._20, h._nach], "25,26,27,28,29": [h._5, h._vor, h._halb], - "30,31,32,33,34": [h._halb], + "30,31,32,33,34": h._halb, "35,36,37,38,39": [h._5, h._nach, h._halb], "40,41,42,43,44": [h._20, h._vor], "45,46,47,48,49": h._45, diff --git a/uhr-de_CH_genau.js b/uhr-de_CH_genau.js index 2af5edd..f9cf0e8 100644 --- a/uhr-de_CH_genau.js +++ b/uhr-de_CH_genau.js @@ -46,7 +46,7 @@ var layout = { "15,16,17,18,19": [h._15, h._ab], "20,21,22,23,24": [h._20, h._ab], "25,26,27,28,29": [h._5, h._vor, h._haubi], - "30,31,32,33,34": [h._haubi], + "30,31,32,33,34": h._haubi, "35,36,37,38,39": [h._5, h._ab, h._haubi], "40,41,42,43,44": [h._20, h._vor], "45,46,47,48,49": [h._15, h._vor],