瀏覽代碼

clean up some comments

Igor Vaynberg 13 年之前
父節點
當前提交
4489ab7769
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      select2.js

+ 1 - 1
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"));