File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ Common JS Patterns based on the ideas of Stoyan Stefanov and many others.
3636##Function Patterns
3737
3838###API patterns
39- * <a href =" blob/master/functions/callback.html " >Callback patterns</a >
39+ * <a href =" javascript-patterns/ blob/master/functions/callback.html" target = " _blank " >Callback patterns</a >
4040* Configuration objects
41- * Returning functions
42- * Currying
41+ * < a href = " javascript-patterns/blob/master/functions/returning-functions.html " target = " _blank " > Returning functions</ a >
42+ * < a href = " javascript-patterns/blob/master/functions/currying.html " target = " _blank " > Currying</ a >
4343
4444###Initialization patterns
45- * Immediate functions
46- * Immediate object initialization
47- * Init-time branching
45+ * < a href = " javascript-patterns/blob/master/functions/immediate-functions.html " target = " _blank " > Immediate functions</ a >
46+ * < a href = " javascript-patterns/blob/master/functions/immediate-object-initialization.html " target = " _blank " > Immediate object initialization</ a >
47+ * < a href = " javascript-patterns/blob/master/functions/init-time-branching.html " target = " _blank " > Init-time branching</ a >
4848
4949###Performance patterns
5050* Memoization
You can’t perform that action at this time.
0 commit comments