1
0
Fork 0
forked from 0x2620/oxjs

LoadingIcon silly errors + link demos to ../dev/ version

This commit is contained in:
Sanj 2012-01-18 01:26:08 +05:30
commit 0efc4709a3
9 changed files with 17 additions and 17 deletions

View file

@ -43,8 +43,8 @@ Ox.LoadingIcon = function(options, self) {
that.stop = function() {
that.animate({
opacity: 0
}, 250. function() {
.attr({
}, 250, function() {
that.attr({
src: Ox.UI.getImageURL('symbolLoading')
});
});