Skip to content

Commit

Permalink
gallery-2011.09.28-20-06 jlizarraga gallery-yui-tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
YUI Builder committed Sep 28, 2011
1 parent 2b75a56 commit 7d3bd3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gallery-yui-tooltip/README
Expand Up @@ -3,6 +3,10 @@ YUI Tooltip by Josh Lizarraga @ FreshCutSD.com

Changelog:

v1.0.1 - September 17, 2011

* Minor positioning bugfix. Fixes #1.

v1.0.0

* Initial release.
4 changes: 4 additions & 0 deletions src/gallery-yui-tooltip/js/gallery-yui-tooltip.js
Expand Up @@ -292,6 +292,10 @@

if( $target.get('id') === this.get('_tooltipID') ){

this.set('visible', true);

this._setAlignment($target, this.get('_currentAlignment'));

this.show();

}
Expand Down

0 comments on commit 7d3bd3a

Please sign in to comment.