[Commits] r1811 - sandbox/cmoullet/ux/LayerManager/ux/widgets
commits at geoext.org
commits at geoext.org
Sun Jan 24 06:56:53 CET 2010
Author: cmoullet
Date: 2010-01-24 06:56:53 +0100 (Sun, 24 Jan 2010)
New Revision: 1811
Modified:
sandbox/cmoullet/ux/LayerManager/ux/widgets/LayerManagerExportWindow.js
Log:
Add baseUrl documentation
Modified: sandbox/cmoullet/ux/LayerManager/ux/widgets/LayerManagerExportWindow.js
===================================================================
--- sandbox/cmoullet/ux/LayerManager/ux/widgets/LayerManagerExportWindow.js 2010-01-24 05:54:43 UTC (rev 1810)
+++ sandbox/cmoullet/ux/LayerManager/ux/widgets/LayerManagerExportWindow.js 2010-01-24 05:56:53 UTC (rev 1811)
@@ -11,7 +11,7 @@
/** private: property[scriptSource]
* ``String`` Source of this script: complete URL
*/
-var scriptSourceLayerMangerExportWindow = (function() {
+var scriptSourceLayerManagerExportWindow = (function() {
var scripts = document.getElementsByTagName('script'),
script = scripts[scripts.length - 1];
@@ -99,10 +99,13 @@
*/
downloadifyLoaded: false,
+ /** api: config[baseUrl]
+ * ``Boolean`` Base URL in order to get the images from the donwloadify directory. Has to be set if this file is integrated in a JS build.
+ */
/** private: property[baseUrl]
- * ``String`` Base URL in order to get the images from the donloadify directory
+ * ``String`` Base URL in order to get the images from the donwloadify directory
*/
- baseUrl: scriptSourceLayerMangerExportWindow.replace('/widgets/LayerManagerExportWindow.js', ''),
+ baseUrl: scriptSourceLayerManagerExportWindow.replace('/widgets/LayerManagerExportWindow.js', ''),
/** private: method[initComponent]
* Private initComponent override.
More information about the Commits
mailing list