Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Chrome 13 Edge-case Bugfix in waitForReady when 'frame' is undefined #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 21, 2011

  1. Fix for a Chrome edgecase in waitForReady when 'frame' undefined

    In a particular users Chrome browser (who was using various extensions), 'frame' wasn't defined by the time the waitForReady function was fired, thus causing it's initialization failure.  The console was complaining about this immediately after it printed "firing onReady" in the debug output.  While it wasn't affecting anyone in our development team, verifying that 'frame' exists first seems like the correct thing to do and fixed this users problem.
    jesuschrist committed Jul 21, 2011
    Configuration menu
    Copy the full SHA
    f9004f5 View commit details
    Browse the repository at this point in the history