File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " tributejs" ,
3- "version" : " 5.0.0 " ,
3+ "version" : " 5.0.1 " ,
44 "description" : " Native ES6 @mentions" ,
55 "main" : " dist/tribute.js" ,
66 "module" : " dist/tribute.esm.js" ,
Original file line number Diff line number Diff line change 1- // Type definitions for TributeJS v5.0.0
1+ // Type definitions for TributeJS v5.0.1
22// Project: https://github.com/zurb/tribute
33// Definitions by: Jordan Humphreys <https://github.com/mrsweaters/>
44
@@ -93,7 +93,7 @@ export default class Tribute<T extends {}> {
9393
9494 attach ( to : Element ) : void ;
9595
96- detach ( to : Element ) : void
97-
98- showMenuForCollection ( input : Element , collectionIndex ?: number ) : void
96+ detach ( to : Element ) : void ;
97+
98+ showMenuForCollection ( input : Element , collectionIndex ?: number ) : void ;
9999}
You can’t perform that action at this time.
0 commit comments