Skip to content

Commit

Permalink
Fixed clear() method on contenteditable mentionsinput. Closes #52
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirabyan committed Feb 17, 2016
1 parent 3d9eb96 commit b8fe2b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion jquery.mentions.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ class MentionsContenteditable extends MentionsBase

clear: ->
@input.html('')
@_update()

destroy: ->
@input.editablecomplete "destroy"
Expand Down
3 changes: 1 addition & 2 deletions jquery.mentions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b8fe2b3

Please sign in to comment.