diff --git a/select2-latest.html b/select2-latest.html
index 07ede0fc..e001fc55 100644
--- a/select2-latest.html
+++ b/select2-latest.html
@@ -634,12 +634,12 @@ $("#e11_2")
+
Event Log
+
Example Code
@@ -1149,6 +1149,7 @@ $(document).ready(function () {
object | object | One of the result objects returned from the query function |
container | jQuery object | jQuery wrapper of the node that should contain the representation of the result |
query | object | The query object used to request this set of results |
+
escapeMarkup | function | Function used to escape markup in results. If you do not expect to render custom markup you should pass your text through this function to escape any markup that may have been accidentally returned. This function is configurable in options of select2. |
<returns> | string (optional) | Html string, a DOM element, or a jQuery object that represents the result |
The default implementation expects the object to have a text
property that is returned.
diff --git a/select2-master b/select2-master
index e78dc69a..b55efddf 160000
--- a/select2-master
+++ b/select2-master
@@ -1 +1 @@
-Subproject commit e78dc69a6b8dcadf8c8919b039d7ad0b4e7a6970
+Subproject commit b55efddf07952dc934c4230d69610023d6e191f3