Skip to content

Commit

Permalink
Merge pull request #111 from podio/develop
Browse files Browse the repository at this point in the history
Update the val() (public function)
  • Loading branch information
djhvscf committed Nov 3, 2014
2 parents ccde855 + e9545a2 commit dc0aa08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jquery.mentionsInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,7 @@
return;
}

var value = mentionsCollection.length ? elmInputBox.data('messageText') : getInputBoxValue();
callback.call(this, value);
callback.call(this, mentionsCollection.length ? elmInputBox.data('messageText') : getInputBoxValue());
},

//Resets the text area value and clears all mentions
Expand Down

0 comments on commit dc0aa08

Please sign in to comment.