diff --git a/select2-latest.html b/select2-latest.html
index e971e4c2..4a806cbf 100644
--- a/select2-latest.html
+++ b/select2-latest.html
@@ -1195,6 +1195,7 @@ $(document).ready(function () {
Parameter | Type | Description |
object | object | The selected result object returned from the query function |
container | jQuery object | jQuery wrapper of the node to which the selection should be appended |
+ escapeMarkup | function | Function that can be used to escape html markup. This is the function defined in the escapeMarkup option, or the default. |
<returns> | string (optional) | Html string, a DOM element, or a jQuery object that renders the selection |
The default implementation expects the object to have a text
property that is returned.
diff --git a/select2-master b/select2-master
index 1415567a..ef136731 160000
--- a/select2-master
+++ b/select2-master
@@ -1 +1 @@
-Subproject commit 1415567a70fc0e95d4bfaf2ec8f66962ece36582
+Subproject commit ef136731d459a4a5fafbc5f934fc1566e307d847