X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fshowwin.js;h=d0451601407adc46f8ab04bd07b3055972d8f8e1;hp=7e4435745d83c9f567f57cb3cf9b948bd72e920b;hb=26e618930f94a53875a461a44524a930d5e4b8a1;hpb=68342a9356f27f9d843c4ceafdf8a42a0e7b17bd diff --git a/include/showwin.js b/include/showwin.js index 7e44357..d045160 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'); - } + }, + + grab: function(obj){ + return this.container.grab(obj); + }, }) showWindow.implement(new Options);