Skip to content
This repository has been archived by the owner on Dec 25, 2018. It is now read-only.

This fixes a bug where grumble/bubble does not work if you include it in the head of your page instead of at the very bottom #11

Merged
merged 1 commit into from Jan 3, 2013

Conversation

mkoryak
Copy link
Contributor

@mkoryak mkoryak commented Dec 12, 2012

If you happen to include Bubble.js in the of your DOM, then the $('body') selector may not select an element as it has not been parsed yet. This fixed that bug.

If you happen to include Bubble.js in the <head> of your DOM, then the $('body') selector may not select an element as it has not been parsed yet. This fixed that bug.
jamescryer pushed a commit that referenced this pull request Jan 3, 2013
This fixes a bug where  grumble/bubble does not work if you include it in the head of your page instead of at the very bottom
@jamescryer jamescryer merged commit 8f0465d into jamescryer:master Jan 3, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants