From: jeresig Date: Fri, 22 Oct 2010 04:08:34 +0000 (-0400) Subject: Make sure that the ready event doesn't double-fire when .bind(ready) is used. Fixes... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=3df41db0369cfaf0fc229c633eb87f222ad49357;hp=3df41db0369cfaf0fc229c633eb87f222ad49357;p=jquery.git Make sure that the ready event doesn't double-fire when .bind(ready) is used. Fixes #7247. ---