ux/Lightbox.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 29 Dec 2010 07:40:07 +0000 (15:40 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 29 Dec 2010 07:40:07 +0000 (15:40 +0800)
ux/Lightbox.js

index 37cdb66..292aa37 100644 (file)
@@ -128,7 +128,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         // white 250 by 250 box.
         var size = (this.animate ? 250 : 1) + 'px';
         var dh = Roo.DomHelper;
-        this.el = dh.append(document.body, {
+        this.el = Roo.DomHelper.append(document.body, {
                 html: 
                //   '<div id="overlay"></div>' +
                   '<div class="lightbox">' +