Skip to content

Commit

Permalink
Fix another typo in Tips Docs (thanks @alexgl2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian Stolwijk committed Aug 2, 2011
1 parent 0a712fc commit e34f032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Interface/Tips.md
Expand Up @@ -126,7 +126,7 @@ To override the default tip hide behavior, you must either declare the onHide ev
onHide: function(tip, el){
tip.fade('out').get('tween').chain(function(){
tip.setStyle('display', 'none');
}
});
}
});
//if you want to add this after init
Expand Down

0 comments on commit e34f032

Please sign in to comment.