Browse Source

Fixed the emphasis in the release announcement

Kevin Brown 10 years ago
parent
commit
e5d97e0de0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/announcements-4.0.html

+ 2 - 2
docs/announcements-4.0.html

@@ -374,8 +374,8 @@ function (ArrayData, Utils) {
     <p>
     <p>
       The new <code>current</code> method of the data adapter works in a similar
       The new <code>current</code> method of the data adapter works in a similar
       way to the old <code>initSelection</code> method, with three notable
       way to the old <code>initSelection</code> method, with three notable
-      differences. The first, and most important, is that <code>it is called
-      whenever the current selections are needed</code> to ensure that Select2
+      differences. The first, and most important, is that <strong>it is called
+      whenever the current selections are needed</strong> to ensure that Select2
       is always displaying the most accurate and up to date data. No matter
       is always displaying the most accurate and up to date data. No matter
       what type of element Select2 is attached to, whether it supports a
       what type of element Select2 is attached to, whether it supports a
       single or multiple selections, the data passed to the callback
       single or multiple selections, the data passed to the callback