1
0
mirror of synced 2024-11-22 21:16:10 +03:00

forgot to remove log

Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
This commit is contained in:
Sławek Ehlert 2012-08-27 10:05:43 +02:00 committed by Igor Vaynberg
parent 852a515d04
commit 55cc11f9b7

View File

@ -2064,7 +2064,6 @@
formatted;
formatted=this.opts.formatSelection(data, choice);
console.log(" 7 " + this.escapeMarkup);
choice.find("div").replaceWith("<div>"+this.escapeMarkup(formatted)+"</div>");
choice.find(".select2-search-choice-close")
.bind("mousedown", killEvent)