diff --git a/general-patterns/function-declarations.html b/general-patterns/function-declarations.html index f0ebcc6..8ceea2c 100644 --- a/general-patterns/function-declarations.html +++ b/general-patterns/function-declarations.html @@ -33,6 +33,7 @@ var getData = function getDataFn () { }; + // References // http://ejohn.org/blog/javascript-as-a-first-language/ // http://kangax.github.com/nfe/