From 4489ab7769315057e470f6e0b0ad9af27f98d55b Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Mon, 16 Jul 2012 11:24:55 +0300 Subject: [PATCH] clean up some comments --- select2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.js b/select2.js index f8ac67a3..6bc2feb4 100755 --- a/select2.js +++ b/select2.js @@ -429,7 +429,7 @@ this.enabled=true; this.container = this.createContainer(); - this.body = $("body"); // opts.element.closest("body"); // cache for future access + this.body = $("body"); // cache for future access if (opts.element.attr("class") !== undefined) { this.container.addClass(opts.element.attr("class"));