1
0
mirror of synced 2025-02-04 06:09:23 +03:00

clean up some comments

This commit is contained in:
Igor Vaynberg 2012-07-16 11:24:55 +03:00
parent 2befc347c5
commit 4489ab7769

View File

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