Fix broken commentary fetch in "Add commentary" dialog (#3791).

This commit is contained in:
evazion
2018-08-04 11:31:44 -05:00
parent 8589d514dc
commit 2b33d23168

View File

@@ -1,3 +1,5 @@
import Utility from "./utility";
let ArtistCommentary = {};
ArtistCommentary.initialize_all = function() {
@@ -148,4 +150,4 @@ $(function() {
ArtistCommentary.initialize_all();
});
export default ArtistCommentary
export default ArtistCommentary