Skip to content

Commit

Permalink
tribute instance misreferenced.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Jul 27, 2016
1 parent ec9c12e commit 359e8a0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tribute",
"description": "Native ES6 @mentions",
"version": "2.0.4",
"version": "2.0.5",
"main": [
"dist/tribute.js",
"dist/tribute.css"
Expand Down
4 changes: 2 additions & 2 deletions dist/tribute.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tribute.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tribute.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tributejs",
"version": "2.0.4",
"version": "2.0.5",
"description": "Native ES6 @mentions",
"main": "dist/tribute.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/TributeEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class TributeEvents {
if (this.tribute.isActive && this.tribute.current.mentionText.length < 1) {
this.tribute.hideMenu()
} else if (this.tribute.isActive) {
tribute.showMenuFor(el)
this.tribute.showMenuFor(el)
}
}
}
Expand Down

0 comments on commit 359e8a0

Please sign in to comment.