Small clean-ups: Missing Semicolon, nonsense comment.
This commit is contained in:
parent
d9196c71c4
commit
2e42e3e95d
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue