removed unnecessary comma

This commit is contained in:
Manuel Friedli 2014-06-28 16:38:12 +02:00
parent 2564eec812
commit d9ae1f3783

View file

@ -53,7 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
} }
$('#uhr').uhr({ $('#uhr').uhr({
width: size + 'px', width: size + 'px',
language: 'de_CH', language: 'de_CH'
}); });
})(jQuery); })(jQuery);
</script> </script>