From 98ce82761f135f8e4dbabeb84e53fde44822f0d3 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Thu, 21 Aug 2014 13:53:07 +0200 Subject: change array comprehension title and add translator --- de-de/coffeescript-de.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'de-de') diff --git a/de-de/coffeescript-de.html.markdown b/de-de/coffeescript-de.html.markdown index bc447f90..98a452ba 100644 --- a/de-de/coffeescript-de.html.markdown +++ b/de-de/coffeescript-de.html.markdown @@ -5,6 +5,7 @@ contributors: - ["Xavier Yao", "http://github.com/xavieryao"] translators: - ["Frederik Ring", "https://github.com/m90"] + - ["Philipp Fischbeck", "https://github.com/PFischbeck"] filename: coffeescript-de.coffee lang: de-de --- @@ -75,7 +76,7 @@ race = (winner, runners...) -> alert "Hab ich's nicht gesagt?" if elvis? #=> if(typeof elvis !== "undefined" && elvis !== null) { alert("Hab ich's nicht gesagt?"); } -# Zuordnungen: +# Listen-Abstraktion: cubes = (math.cube num for num in list) #=>cubes = (function() { # var _i, _len, _results; -- cgit v1.2.3