aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/javascript/reference/functions/arguments
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/web/javascript/reference/functions/arguments')
-rw-r--r--files/de/web/javascript/reference/functions/arguments/callee/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/web/javascript/reference/functions/arguments/callee/index.html b/files/de/web/javascript/reference/functions/arguments/callee/index.html
index 704813b7a6..dc4816a636 100644
--- a/files/de/web/javascript/reference/functions/arguments/callee/index.html
+++ b/files/de/web/javascript/reference/functions/arguments/callee/index.html
@@ -21,7 +21,7 @@ translation_of: Web/JavaScript/Reference/Functions/arguments/callee
<h3 id="Warum_wurde_arguments.callee_vom_ES5_strict_mode_entfernt">Warum wurde <code>arguments.callee</code> vom ES5 strict mode entfernt?</h3>
-<p>(angepasst von <a href="http://stackoverflow.com/a/235760/578288" title="http://stackoverflow.com/a/235760/578288">einer Stack Overflow-Antwort von olliej</a>)</p>
+<p>(angepasst von <a href="http://stackoverflow.com/a/235760/578288">einer Stack Overflow-Antwort von olliej</a>)</p>
<p>Frühe Versionen von JavaScript erlauben keine benamten Funktions-Anweisungen. Aus diesem Grund ist es nicht möglich rekursive Funktions-Anweisungen zu schreiben.</p>