8000 fixed #30 typo, thanx to chovy · scottux/javascript-patterns@1d5b010 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d5b010

Browse files
committed
fixed chuanxshi#30 typo, thanx to chovy
1 parent c462cd3 commit 1d5b010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function-patterns/init-time-branching.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
el.detachEvent('on' + type, fn);
4545
};
4646
} else { // older browsers
47-
utils.addListner = function (el, type, fn) {
47+
utils.addListener = function (el, type, fn) {
4848
el['on' + type] = fn;
4949
};
5050
utils.removeListener = function (el, type, fn) {

0 commit comments

Comments
 (0)
0