Browse Source

fix path helper

tags/5.4-M4
Stas Vilchik 8 years ago
parent
commit
645cbc1688
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/sonar-web/src/main/js/helpers/handlebars/fileFromPath.js

+ 1
- 1
server/sonar-web/src/main/js/helpers/handlebars/fileFromPath.js View File

@@ -20,5 +20,5 @@
import { fileFromPath } from '../path';

module.exports = function (path) {
return window.fileFromPath(path);
return fileFromPath(path);
};

Loading…
Cancel
Save