X-Git-Url: http://average.org/gitweb/?a=blobdiff_plain;f=include%2Fshowwin.js;h=10978772e8a19407191325ea6f581ea7387e2958;hb=741d62b401cb7cf4b36f733c19af7b45ba51b1a8;hp=7e4435745d83c9f567f57cb3cf9b948bd72e920b;hpb=68342a9356f27f9d843c4ceafdf8a42a0e7b17bd;p=mkgallery.git diff --git a/include/showwin.js b/include/showwin.js index 7e44357..1097877 100644 --- a/include/showwin.js +++ b/include/showwin.js @@ -101,7 +101,11 @@ var showWindow = new Class({ } document.body.setStyles(this.bodystyles); this.container.setStyle('display', 'none'); - } + }, + + domelement: function(){ + return this.container; + }, }) showWindow.implement(new Options);