X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fshowwin.js;h=d0451601407adc46f8ab04bd07b3055972d8f8e1;hp=10978772e8a19407191325ea6f581ea7387e2958;hb=26e618930f94a53875a461a44524a930d5e4b8a1;hpb=741d62b401cb7cf4b36f733c19af7b45ba51b1a8 diff --git a/include/showwin.js b/include/showwin.js index 1097877..d045160 100644 --- a/include/showwin.js +++ b/include/showwin.js @@ -103,8 +103,8 @@ var showWindow = new Class({ this.container.setStyle('display', 'none'); }, - domelement: function(){ - return this.container; + grab: function(obj){ + return this.container.grab(obj); }, }) showWindow.implement(new Options);