fix path helper

Cette révision appartient à :
Stas Vilchik 2016-01-07 09:32:28 +01:00
Parent a86c930b9b
révision 645cbc1688

Voir le fichier

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