From 2e42e3e95dea4b2516cf6caf8b748deab650f98b Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Tue, 5 Jul 2011 14:58:13 -0400 Subject: [PATCH] Small clean-ups: Missing Semicolon, nonsense comment. --- chosen/chosen.proto.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chosen/chosen.proto.js b/chosen/chosen.proto.js index ebfa162..ed85c8e 100644 --- a/chosen/chosen.proto.js +++ b/chosen/chosen.proto.js @@ -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) {