Closed aribouius closed 8 years ago
:+1: LGTM (Lets try modifying the commits using semantic-release`)
Should this be a feat or a fix?
@martinstreicher does your branch need to be merged first in order for the dist files to be built correctly?
@martinstreicher it should be a fix. I'll correct the commit message.
Yes.
On Mar 22, 2016, at 4:45 PM, Tyler Long notifications@github.com wrote:
@martinstreicher https://github.com/martinstreicher does your branch need to be merged first in order for the dist files to be built correctly?
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/rentpath/identity.js/pull/25#issuecomment-200017166
The code was attempting to append the warehouse image pixel into the DOM before the DOM was ready for inspection (e.g.
DOMContentLoaded
event). This change removes the need to wait for the DOM ready event by creating a new image outside the DOM context.https://www.pivotaltracker.com/story/show/116162145