This commit is contained in:
Danny Coates
2017-08-02 16:50:58 -07:00
parent a7de951115
commit caeba94e04
8 changed files with 345 additions and 322 deletions

View File

@@ -9,7 +9,7 @@ window.Raven = {
captureException: function(err) {
console.error(err, err.stack);
}
}
};
window.FakeFile = FakeFile;
window.FileSender = require('../../frontend/src/fileSender');