Skip to content

Commit

Permalink
Fix: utils.fileMimeType is always undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaGM committed Jun 12, 2016
1 parent b7d9e27 commit a834275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/utils.js
Expand Up @@ -177,7 +177,7 @@
},

fileMimeType: function (path) {
utils.extensionToMimeType(utils.fileExtension(path));
return utils.extensionToMimeType(utils.fileExtension(path));
},

extensionToMimeType: function(extension) {
Expand Down

0 comments on commit a834275

Please sign in to comment.