Просмотр исходного кода

forgot to remove log

Signed-off-by: Igor Vaynberg <[email protected]>
Sławek Ehlert 12 лет назад
Родитель
Сommit
55cc11f9b7
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      select2.js

+ 0 - 1
select2.js

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