Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anutron committed Oct 26, 2009
1 parent 8b4e850 commit cf4a30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Interface/Spinner.js
Expand Up @@ -108,7 +108,7 @@ var Spinner = new Class({
return this;
}
this.active = true;
return this.parent();
return this.parent(noFx);
},

hideMask: function(noFx){
Expand Down

0 comments on commit cf4a30c

Please sign in to comment.