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