You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="https://github.com/shichuan/javascript-patterns/blob/master/jquery-plugin-patterns/basic.html" target="_blank">Basic</a> - the most basic pattern</li>
109
109
110
-
<li><ahref="https://github.com/shichuan/javascript-patterns/blob/master/jquery-plugin-patterns/extend.html" target="_blank">extend</a> - enables you to define multiple functions at once and which sometimes make more sense semantically</li>
110
+
<li><ahref="https://github.com/shichuan/javascript-patterns/blob/master/jquery-plugin-patterns/extend.html" target="_blank">Extend</a> - enables you to define multiple functions at once and which sometimes make more sense semantically</li>
111
111
112
112
<li><ahref="https://github.com/shichuan/javascript-patterns/blob/master/jquery-plugin-patterns/lightweight.html" target="_blank">Lightweight</a> - perfect as a generic template for beginners and above</li>
0 commit comments