Second part of the fix for #2071. An empty string "" was being sent to .bind() and...
authorDavid Serduke <davidserduke@gmail.com>
Wed, 19 Dec 2007 01:48:05 +0000 (01:48 +0000)
committerDavid Serduke <davidserduke@gmail.com>
Wed, 19 Dec 2007 01:48:05 +0000 (01:48 +0000)
commit3bb82a34de18b8b8e80893571d65080bf5a4702b
treeb794fd65c3ab5404600480d2d5af44c56644fd0d
parent1d7b7b94ef1c0c10cd5b2a976be40ccacbc49581
Second part of the fix for #2071.  An empty string "" was being sent to .bind() and when the events were being cleared it went in to an infinite recursive loop till memory was out.  The test was !types in the function and changing it to types == undefined fixed the error.
src/event.js