Skip to content

Commit

Permalink
Build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Jan 21, 2019
1 parent 5da32a7 commit a002f93
Show file tree
Hide file tree
Showing 7 changed files with 8 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": "3.5.0",
"version": "3.5.1",
"main": [
"dist/tribute.js",
"dist/tribute.css"
Expand Down
3 changes: 2 additions & 1 deletion 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": "3.5.0",
"version": "3.5.1",
"description": "Native ES6 @mentions",
"main": "dist/tribute.js",
"types": "tributejs.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/TributeMenuEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TributeMenuEvents {
}
}, 300, false)

// fixes IE11 issues with mouseup
// fixes IE11 issues with mousedown
this.tribute.range.getDocument().addEventListener('MSPointerDown',
this.menuClickEvent, false)
this.tribute.range.getDocument().addEventListener('mousedown',
Expand Down
2 changes: 1 addition & 1 deletion tributejs.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for TributeJS v3.5.0
// Type definitions for TributeJS v3.5.1
// Project: https://github.com/zurb/tribute
// Definitions by: Jordan Humphreys <https://github.com/mrsweaters/>

Expand Down

0 comments on commit a002f93

Please sign in to comment.