From f1b92593c348ed6cc3c872e67f28d841c71a8726 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Sun, 23 Jun 2013 14:36:30 -0700 Subject: [PATCH] catch up to master --- select2-latest.html | 1 + select2-master | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 () { ParameterTypeDescription objectobjectThe selected result object returned from the query function containerjQuery objectjQuery wrapper of the node to which the selection should be appended + escapeMarkupfunctionFunction that can be used to escape html markup. This is the function defined in the escapeMarkupoption, 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