Explorar o código

clean up some comments

Igor Vaynberg %!s(int64=13) %!d(string=hai) anos
pai
achega
4489ab7769
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      select2.js

+ 1 - 1
select2.js

@@ -429,7 +429,7 @@
 
 
             this.enabled=true;
             this.enabled=true;
             this.container = this.createContainer();
             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) {
             if (opts.element.attr("class") !== undefined) {
                 this.container.addClass(opts.element.attr("class"));
                 this.container.addClass(opts.element.attr("class"));