From a55709c99073f04f315018d3f23c90313d9de423 Mon Sep 17 00:00:00 2001 From: "Patrick St. laurent" <patrick@saint-laurent.us> Date: Fri, 11 Mar 2016 12:33:08 -0500 Subject: [PATCH] Update bootstrap-editable.js --- dist/bootstrap3-editable/js/bootstrap-editable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/bootstrap3-editable/js/bootstrap-editable.js b/dist/bootstrap3-editable/js/bootstrap-editable.js index 77edddb..3951f48 100644 --- a/dist/bootstrap3-editable/js/bootstrap-editable.js +++ b/dist/bootstrap3-editable/js/bootstrap-editable.js @@ -2574,7 +2574,7 @@ List - abstract class for inputs that have source option loaded from js array or }, value2html: function (value, element, display, response) { - var deferred = $.Deferred(); + var deferred = $.Deferred(), success = deferred.then(function () { if(typeof display === 'function') { //custom display method