From c3bae47471cc16553200a648e9f010d8bd6b765a Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Mon, 31 Oct 2016 23:26:34 +0100
Subject: [PATCH] Fix JS Hint

---
 www/js/directives.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/js/directives.js b/www/js/directives.js
index 11b55185c..fb00d03d6 100644
--- a/www/js/directives.js
+++ b/www/js/directives.js
@@ -141,7 +141,7 @@ angular.module('cesium.directives', ['cesium.services'])
         $compile(element.contents())(scope);
       }
     }
-  }
+  };
 }])
 
 /**
-- 
GitLab