From af721bddff43d492c99f5ba12fbc08e65a0ebcea Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 29 Dec 2010 16:26:20 +0800 Subject: [PATCH] ux/Lightbox.js --- ux/Lightbox.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/ux/Lightbox.js b/ux/Lightbox.js index c806c32058..61cb67e7f7 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -53,20 +53,13 @@ Roo.ux.Lightbox = function(cfg) { Roo.apply(Roo.ux.Lightbox.prototype, { // optiosn.. - /** - * @cfg fileLoadingImage {string} loading image - */ - fileLoadingImage: '/lightbox/images/loading.gif', - /** - * @cfg fileBottomNavCloseImage {string} close image - */ - fileBottomNavCloseImage: '/lightbox/images/closelabel.gif', + /** * @cfg overlayOpacity {number} controls transparency of shadow overlay */ overlayOpacity: 0.8, /** - * @cfg fileLoadingImage {boolean} toggles resizing animations + * @cfg animate {boolean} toggles resizing animations */ animate: true, /** -- 2.39.2