diff --git a/select2-latest.html b/select2-latest.html index a74948fb..7ac08ef3 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1773,7 +1773,7 @@ $("#select").select2({

The event object contains the following custom properties:

val
The id of the highlighted choice object.
-
object
The highlighted choice object.
+
choice
The highlighted choice object.
@@ -1785,7 +1785,7 @@ $("#select").select2({

The event object contains the following custom properties:

val
The id of the highlighted choice object.
-
object
The choice object about to be selected.
+
choice
The choice object about to be selected.
@@ -1805,7 +1805,7 @@ $("#select").select2({

The event object contains the following custom properties:

val
The id of the removing choice object.
-
object
The choice object about to be removed.
+
choice
The choice object about to be removed.
@@ -1816,7 +1816,7 @@ $("#select").select2({

The event object contains the following custom properties:

val
The id of the highlighted choice object.
-
object
The highlighted choice object.
+
choice
The highlighted choice object.