[fusion-commits] r1906 - trunk/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Wed Sep 23 18:07:50 EDT 2009


Author: chrisclaydon
Date: 2009-09-23 18:07:49 -0400 (Wed, 23 Sep 2009)
New Revision: 1906

Modified:
   trunk/widgets/Print.js
Log:
Fixes #294 - Submitted on behalf of Buddy Hu

Modified: trunk/widgets/Print.js
===================================================================
--- trunk/widgets/Print.js	2009-09-23 14:21:42 UTC (rev 1905)
+++ trunk/widgets/Print.js	2009-09-23 22:07:49 UTC (rev 1906)
@@ -78,7 +78,6 @@
     openPrintUI: function() {
         if (!this.dialog) {
 
-            var size = Element.getPageDimensions();
             var toolbar = new Jx.Toolbar({position: 'bottom'});
             var o = {
                 label: OpenLayers.i18n('printTitle'),



More information about the fusion-commits mailing list