소스 검색

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