Skip to content

Commit

Permalink
Fixes #53
Browse files Browse the repository at this point in the history
  • Loading branch information
Davi Ferreira committed Oct 7, 2013
1 parent dd15173 commit b4d71d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/js/medium-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ function MediumEditor(elements, options) {
};
for (i = 0; i < this.elements.length; i += 1) {
activatePlaceholder(this.elements[i]);
this.elements[i].addEventListener('focusout', placeholderWrapper);
this.elements[i].addEventListener('blur', placeholderWrapper);
this.elements[i].addEventListener('keypress', placeholderWrapper);
}
return this;
Expand Down
Loading

0 comments on commit b4d71d8

Please sign in to comment.