Explorar el Código

Workaround a behavior modification probably in grunt-string-replace

Bruno Renié hace 11 años
padre
commit
50771b0762
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/app/app.js

+ 2 - 2
src/app/app.js

@@ -26,7 +26,7 @@ function (angular, $, _, appLevelRequire) {
     // features if we define them after boot time
     register_fns = {};
 
-  // This stores the Kibana revision number, @REV@ is replaced by grunt.
+  // // This stores the Kibana revision number, @REV@ is replaced by grunt.
   app.constant('grafanaVersion',"@grafanaVersion@");
 
   // Use this for cache busting partials
@@ -150,4 +150,4 @@ function (angular, $, _, appLevelRequire) {
   });
 
   return app;
-});
+});