Handle some edge cases with binding events to the window object (which is also a...
authorJohn Resig <jeresig@gmail.com>
Mon, 11 Oct 2010 22:20:57 +0000 (18:20 -0400)
committerJohn Resig <jeresig@gmail.com>
Mon, 11 Oct 2010 22:20:57 +0000 (18:20 -0400)
commit1df5084c9748a8d38516266063344f145bc428c0
treede85f575c03abd19e6fdf8f84d14ba461daf71b8
parentc00a6ff1f14609bb166346a7f0c5174f4b0aa47b
Handle some edge cases with binding events to the window object (which is also a plain object - causing some confusion). Fixes #7143.
src/event.js
test/unit/event.js