Этот коммит содержится в:
Stas Vilchik 2016-01-07 09:32:28 +01:00
родитель a86c930b9b
Коммит 645cbc1688

Просмотреть файл

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