Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Graham Walker committed Jul 23, 2015
1 parent e516d20 commit 5f4a6aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions addon/mixins/components/tooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ export default Ember.Mixin.create({
destroyTooltip: on('willDestroyElement', function() {
const tooltip = this.get('tooltip');

tooltip.effect(null); // Remove animation

if (tooltip) {
tooltip.effect(null); // Remove animation
tooltip.detach();
}
}),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-tooltips",
"version": "0.2.1",
"version": "0.2.2",
"description": "Renders and positions plain text tooltips and HTMLBars tooltips on any Ember view or component",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 5f4a6aa

Please sign in to comment.