Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
fixes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Sep 30, 2014
1 parent ad7aeff commit 9a3c72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
* Forwards to the internal input / textarea element and updates state.
*
* @method setCustomValidity
* @param {number} message
* @param {String} message
*/
setCustomValidity: function(message) {
this.$.input.setCustomValidity(message);
Expand Down

0 comments on commit 9a3c72b

Please sign in to comment.