Changed the === undefined ready event check to == null since frameElement is usually...
authorAndrea Giammarchi <andrea.giammarchi@gmail.com>
Tue, 17 Nov 2009 15:45:01 +0000 (10:45 -0500)
committerJohn Resig <jeresig@gmail.com>
Tue, 17 Nov 2009 15:45:01 +0000 (10:45 -0500)
commit3a23a5c17dd0522da06db8f36890f134f9004de6
treeeb8c5575a029dc0cbce88e54c13aee8e55d106a8
parent0a7232cc39912064de62ee06fd14221b36c93fd8
Changed the === undefined ready event check to == null since frameElement is usually null and was skipping the normal line of checks.
src/event.js