diff options
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -230,7 +230,7 @@ awesomplete.list = ["Ada", "Java", "JavaScript", "Brainfuck", "LOLCODE", "Node.j <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> |