cs
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 4 Mar 2010 16:39:06 +0000 (11:39 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 4 Mar 2010 16:39:06 +0000 (11:39 -0500)
kronolith/js/kronolith.js

index f8a2c0e..7cf567e 100644 (file)
@@ -3993,7 +3993,8 @@ KronolithCore = {
      * @param array r  An array of objects containing the results. Each object in
      *                 the array is {lat:, lon:, address}
      */
-    onReverseGeocode: function(r) {
+    onReverseGeocode: function(r)
+    {
         if (!r.length) {
             $('kronolithEventLocation').value = '';
             return;