X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fshowwin.js;h=10978772e8a19407191325ea6f581ea7387e2958;hp=7e4435745d83c9f567f57cb3cf9b948bd72e920b;hb=741d62b401cb7cf4b36f733c19af7b45ba51b1a8;hpb=5769f3847a4cf55ff196e1840aaeca66c99e018d 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);