[Commits] r1684 - sandbox/cmoullet/ux/StreetViewPanel/ux/widgets
commits at geoext.org
commits at geoext.org
Sat Jan 9 05:45:46 CET 2010
Author: cmoullet
Date: 2010-01-09 05:45:46 +0100 (Sat, 09 Jan 2010)
New Revision: 1684
Modified:
sandbox/cmoullet/ux/StreetViewPanel/ux/widgets/StreetViewPanel.js
Log:
Improve doc
Modified: sandbox/cmoullet/ux/StreetViewPanel/ux/widgets/StreetViewPanel.js
===================================================================
--- sandbox/cmoullet/ux/StreetViewPanel/ux/widgets/StreetViewPanel.js 2010-01-09 04:24:38 UTC (rev 1683)
+++ sandbox/cmoullet/ux/StreetViewPanel/ux/widgets/StreetViewPanel.js 2010-01-09 04:45:46 UTC (rev 1684)
@@ -581,7 +581,8 @@
/** private: method[onResize]
* Resize Street View Panorama
- *
+ * :param w: ``Number`` Width
+ * :param h: ``Number`` Height
*/
onResize : function(w, h) {
GeoExt.ux.StreetViewPanel.superclass.onResize.call(this, w, h);
More information about the Commits
mailing list