From db39cdf5840c45aef6f482326c18fd4983b7aa13 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Wed, 30 Jan 2013 22:29:19 -0800 Subject: [PATCH] remove dead code. fixes #772 --- select2.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/select2.js b/select2.js index 2ec1d879..769fd8e5 100644 --- a/select2.js +++ b/select2.js @@ -2461,8 +2461,6 @@ the specific language governing permissions and limitations under the Apache Lic return String(markup).replace(/[&<>"'/\\]/g, function (match) { return replace_map[match[0]]; }); - - return markup; }, blurOnChange: false, selectOnBlur: false