diff --git a/docs/announcements-4.0.html b/docs/announcements-4.0.html index be6cd4d0..33e34baa 100644 --- a/docs/announcements-4.0.html +++ b/docs/announcements-4.0.html @@ -149,7 +149,7 @@ slug: announcements-4.0 options, and support for the old <input type="hidden" /> has been deprecated. This means that if you previously declared an AJAX field with some pre-selected - options that looked like... + options that looked like…

@@ -207,7 +207,7 @@ slug: announcements-4.0
 
         

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…

@@ -277,7 +277,7 @@ $.fn.select2.amd.require(['select2/compat/matcher'], function (oldMatcher) {
 
         

For a select that looks like the following, where the first option (with a - value of -1) is the placeholder option... + value of -1) is the placeholder option…

@@ -679,7 +679,7 @@ var data = $.map([
         

- If you previously declared the list of tags as... + If you previously declared the list of tags as…

@@ -687,7 +687,7 @@ var data = $.map([
 

- ...then you should now delare it as... + …then you should now declare it as…