1
0
mirror of synced 2024-11-29 08:06:03 +03:00

Fixed typo of one character

I can't help with code right now, but spotted this, so here's a pull =] <3
This commit is contained in:
Ben Hutton 2013-05-16 18:27:34 +02:00
parent fe8b545380
commit d90f3ba541

View File

@ -1035,7 +1035,7 @@ $(document).ready(function () {
<dt>element</dt><dd>Uses javascript to calculate the width of the source element.</dd> <dt>element</dt><dd>Uses javascript to calculate the width of the source element.</dd>
<dt>copy</dt><dd>Copies the value of the width style attribute set on the source element</dd> <dt>copy</dt><dd>Copies the value of the width style attribute set on the source element</dd>
<dt>resolve</dt><dd>First attempts to <u>copy</u> than falls back on <u>element</u></dd> <dt>resolve</dt><dd>First attempts to <u>copy</u> than falls back on <u>element</u></dd>
<dt>other values</dt><dd>if the width attribute contains a function it will be avaluated, otherwise the value is used verbatim</dd> <dt>other values</dt><dd>if the width attribute contains a function it will be evaluated, otherwise the value is used verbatim</dd>
</dl> </dl>
</td></tr> </td></tr>
<tr><td>minimumInputLength</td><td>int</td><td>Number of characters necessary to start a search</td></tr> <tr><td>minimumInputLength</td><td>int</td><td>Number of characters necessary to start a search</td></tr>