Event: remove guard for falsy handler argument of jQuery#on method
commitfac67a984268ef8f7de952666fda6d8d32754f5f
authorOleg Gaidarenko <markelog@gmail.com>
Thu, 30 Apr 2015 17:05:18 +0000 (30 20:05 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Sun, 3 May 2015 10:28:27 +0000 (3 13:28 +0300)
treed17027c7ab7e93c895de7d50a7134c48be269c10
parent225bde37c997f5ddd9fe00fdfb8e9a43545cfbbc
Event: remove guard for falsy handler argument of jQuery#on method

Since we don't have this in off method and its a common perception
that this is a rudiment code

Ref gh-2248
Closes gh-2249
src/event.js
test/unit/event.js