forked from 0x2620/oxjs
LoadingIcon silly errors + link demos to ../dev/ version
This commit is contained in:
parent
1bf1eae034
commit
0efc4709a3
9 changed files with 17 additions and 17 deletions
|
|
@ -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')
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue