Skip to content

Commit

Permalink
Fix a bug in the default code for replace-function
Browse files Browse the repository at this point in the history
  • Loading branch information
arsatiki committed Sep 7, 2015
1 parent 8ddd740 commit 1045ce0
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 1045ce0

Please sign in to comment.