Skip to content

Commit

Permalink
Merge pull request LeaVerou#16763 from arsatiki/patch-1
Browse files Browse the repository at this point in the history
Fix a bug in the default code for replace-function
  • Loading branch information
LeaVerou committed Oct 27, 2015
2 parents 934dd91 + 1045ce0 commit 6b4026e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h1>Extend</h1>
<td>Function that takes one parameter, the text of the selected option, and is responsible for replacing the current input value with it.
</td>
<td><pre class="language-javascript"><code>function (text) {
this.input.value = value;
this.input.value = text;
}</code></pre></td>
</tr>
</tbody>
Expand Down

0 comments on commit 6b4026e

Please sign in to comment.