[Commits] r1590 - sandbox/ahocevar/playground/ux/Printing/ux/data

commits at geoext.org commits at geoext.org
Thu Dec 17 10:41:00 CET 2009


Author: ahocevar
Date: 2009-12-17 10:41:00 +0100 (Thu, 17 Dec 2009)
New Revision: 1590

Modified:
   sandbox/ahocevar/playground/ux/Printing/ux/data/PrintPage.js
Log:
initial value of rotation should be zero, not null.

Modified: sandbox/ahocevar/playground/ux/Printing/ux/data/PrintPage.js
===================================================================
--- sandbox/ahocevar/playground/ux/Printing/ux/data/PrintPage.js	2009-12-17 09:38:52 UTC (rev 1589)
+++ sandbox/ahocevar/playground/ux/Printing/ux/data/PrintPage.js	2009-12-17 09:41:00 UTC (rev 1590)
@@ -59,7 +59,7 @@
     /** api: property[rotation]
      *  ``Float`` The current rotation of the page. Read-only.
      */
-    rotation: null,
+    rotation: 0,
     
     /** api:config[customParams]
      *  ``Object`` Key-value pairs of additional parameters that the



More information about the Commits mailing list