[Commits] r1592 - sandbox/ahocevar/playground/ux/Printing/ux/data
commits at geoext.org
commits at geoext.org
Thu Dec 17 16:57:42 CET 2009
Author: ahocevar
Date: 2009-12-17 16:57:42 +0100 (Thu, 17 Dec 2009)
New Revision: 1592
Modified:
sandbox/ahocevar/playground/ux/Printing/ux/data/PrintProvider.js
Log:
just forgot a semicolon.
Modified: sandbox/ahocevar/playground/ux/Printing/ux/data/PrintProvider.js
===================================================================
--- sandbox/ahocevar/playground/ux/Printing/ux/data/PrintProvider.js 2009-12-17 15:56:54 UTC (rev 1591)
+++ sandbox/ahocevar/playground/ux/Printing/ux/data/PrintProvider.js 2009-12-17 15:57:42 UTC (rev 1592)
@@ -344,7 +344,7 @@
return Ext.DomHelper.overwrite(document.createElement("a"), {
tag: "a",
href: url
- }).href
+ }).href;
},
/** private: property[encoders]
More information about the Commits
mailing list