From: John Resig Date: Wed, 9 Dec 2009 22:49:31 +0000 (-0800) Subject: Make sure that we don't try to trigger non-existant native events on applets, embed... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;ds=sidebyside;h=3ec2f1aef6b137d0f639e2fc53f95352d24b9d90;hp=3ec2f1aef6b137d0f639e2fc53f95352d24b9d90;p=jquery.git Make sure that we don't try to trigger non-existant native events on applets, embed, objects, etc. as it'll cause an exception with Java applets. Fixes #2414. ---