diff src/edgecontrol.coffee @ 17:a52b5b244e51

removed unnecessary underscore and replaced it with async
author Mathias Gebbe <mgebbe@intevation.de>
date Fri, 13 Jun 2014 15:18:36 +0200
parents 98a070c98982
children
line wrap: on
line diff
--- a/src/edgecontrol.coffee	Thu Jun 12 20:58:06 2014 +0200
+++ b/src/edgecontrol.coffee	Fri Jun 13 15:18:36 2014 +0200
@@ -47,10 +47,10 @@
      to: to
     , callback
     return
- 
+
   ], (err, result) ->
     return
- 
+
 deleteEdge = (from, to) ->
   async.waterfall [(callback) ->
    bank = Edge.bank()
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)