Temporarily added test.json for debugging of new dataset-ui graph spec.
authordeclerambaul <fabian.kaelin@gmail.com>
Wed, 6 Jun 2012 15:01:57 +0000 (17:01 +0200)
committerdeclerambaul <fabian.kaelin@gmail.com>
Wed, 6 Jun 2012 15:01:57 +0000 (17:01 +0200)
lib/server/controllers/graph.co

index b399ad6..50a11bb 100644 (file)
@@ -54,6 +54,7 @@ class GraphController extends Controller
             parser = yaml.load
         
         err, data <- fs.readFile file, 'utf8'
+        
         if 'ENOENT' is err?.code
             return cb null, {}
         if err