Ox.ImageElement: trigger load event
This commit is contained in:
parent
b69f125b97
commit
8a58849a22
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ Ox.ImageElement = function(options, self) {
|
||||||
function showImage() {
|
function showImage() {
|
||||||
self.$screen.stop().remove();
|
self.$screen.stop().remove();
|
||||||
self.$image.appendTo(that);
|
self.$image.appendTo(that);
|
||||||
|
that.triggerEvent('load');
|
||||||
}
|
}
|
||||||
|
|
||||||
function stopLoading() {
|
function stopLoading() {
|
||||||
|
|
Loading…
Reference in a new issue