Skip to content

Commit

Permalink
slight bugfix to IE7 image tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Aug 13, 2012
1 parent 36ff8d2 commit b03438b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JBrowse/View/Track/FixedImage.js
Expand Up @@ -117,7 +117,7 @@ return declare( BlockBased,
loadhandler();
else
// otherwise schedule it
dojo.connect( im, "onload", loadhandler );
im.onload = loadhandler;

}, this);
},
Expand Down

0 comments on commit b03438b

Please sign in to comment.