Small clean-ups: Missing Semicolon, nonsense comment.

abstract-chosen
Patrick Filler 2011-07-05 14:58:13 -04:00
parent d9196c71c4
commit 2e42e3e95d
1 changed files with 1 additions and 2 deletions

View File

@ -264,7 +264,6 @@ Chosen.prototype = {
},
results_build: function(){
// TODO remove debugging
var startTime = new Date();
this.parsing = true;
@ -643,7 +642,7 @@ Chosen.prototype = {
var get_side_border_padding = function(item){
var layout = new Element.Layout(item);
return layout.get("border-left") + layout.get("border-right") + layout.get("padding-left") + layout.get("padding-right");
}
};
var select_to_array = {
parse: function(select) {