]> source.dussan.org Git - sonarqube.git/commitdiff
fix path helper
authorStas Vilchik <vilchiks@gmail.com>
Thu, 7 Jan 2016 08:32:28 +0000 (09:32 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 7 Jan 2016 08:32:28 +0000 (09:32 +0100)
server/sonar-web/src/main/js/helpers/handlebars/fileFromPath.js

index 7da656f0cd8b9ba6943c77f86cc53c0afe63d1d4..5ddd7fe83b0aeca36c932ad7de33d7b1cce60aaa 100644 (file)
@@ -20,5 +20,5 @@
 import { fileFromPath } from '../path';
 
 module.exports = function (path) {
-  return window.fileFromPath(path);
+  return fileFromPath(path);
 };