Replace "..." with an ellipsis, fix a typo.
This commit is contained in:
parent
2b8865b3b3
commit
44c64cf6da
@ -149,7 +149,7 @@ slug: announcements-4.0
|
|||||||
options, and support for the old
|
options, and support for the old
|
||||||
<code><input type="hidden" /></code> has been deprecated. This means
|
<code><input type="hidden" /></code> has been deprecated. This means
|
||||||
that if you previously declared an AJAX field with some pre-selected
|
that if you previously declared an AJAX field with some pre-selected
|
||||||
options that looked like...
|
options that looked like…
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
@ -207,7 +207,7 @@ slug: announcements-4.0
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
So if your old code used a matcher that only displayed options if they
|
So if your old code used a matcher that only displayed options if they
|
||||||
started with the term that was entered, it would look something like...
|
started with the term that was entered, it would look something like…
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
@ -277,7 +277,7 @@ $.fn.select2.amd.require(['select2/compat/matcher'], function (oldMatcher) {
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
For a select that looks like the following, where the first option (with a
|
For a select that looks like the following, where the first option (with a
|
||||||
value of <code>-1</code>) is the placeholder option...
|
value of <code>-1</code>) is the placeholder option…
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
@ -679,7 +679,7 @@ var data = $.map([
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you previously declared the list of tags as...
|
If you previously declared the list of tags as…
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
@ -687,7 +687,7 @@ var data = $.map([
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
...then you should now delare it as...
|
…then you should now declare it as…
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
|
Loading…
Reference in New Issue
Block a user