diff app/controller/form/Location.js @ 895:2b7bcb778f0a

Jsduck debug
author Dustin Demuth <dustin@intevation.de>
date Thu, 23 Jul 2015 17:14:05 +0200
parents 6e28ebbe1a73
children 24b5684d74d7
line wrap: on
line diff
--- a/app/controller/form/Location.js	Thu Jul 23 17:04:46 2015 +0200
+++ b/app/controller/form/Location.js	Thu Jul 23 17:14:05 2015 +0200
@@ -123,7 +123,7 @@
      * This function updates the Latitude (heigth-value / y-value) of a feature
      * (geospatial object). The feature can be a marker in the map
      * @param {Ext.form.field.Field} field the Ext.field which was altered
-     * @param {} nValue the new Latitude as WGS84 in decimaldegrees
+     * @param nValue the new Latitude as WGS84 in decimaldegrees
      */
     updateFeatureLatitude: function(field, nValue) {
         var layer = field.up('window').down('map').selectControl.layer;
@@ -139,7 +139,7 @@
      * This function updates the Longitude (right-value / x-value) of a feature
      * (geospatial object). The feature can be a marker in the map
      * @param {Ext.form.field.Field} field the Ext.field which was altered
-     * @param {} nValue the new Longitude as WGS84 in decimaldegrees
+     * @param nValue the new Longitude as WGS84 in decimaldegrees
      */
     updateFeatureLongitude: function(field, nValue) {
         var layer = field.up('window').down('map').selectControl.layer;

http://lada.wald.intevation.org