chuanxshi / javascript-patterns

JavaScript Design Patterns

Home Page:http://shichuan.github.io/javascript-patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo

ralyodio opened this issue · comments

https://github.com/shichuan/javascript-patterns/blob/master/function-patterns/init-time-branching.html

} else { // older browsers
utils.addListner = function (el, type, fn) {

should be:
utils.addListener