Move word_cloud webpack build back into standard XModule configuration

This commit is contained in:
Calen Pennington
2018-05-16 15:40:11 -04:00
parent ab5e221070
commit b03f1422a0
5 changed files with 26 additions and 23 deletions

View File

@@ -56,5 +56,6 @@
router.trigger('search', requestedQuery);
}
};
});
}(define || RequireJS.define));
}
);
}).call(this, define || RequireJS.define);