[QA] Module fix for browser module loading (#4939)

This commit is contained in:
Janneke Janssen 2018-12-04 18:31:12 +01:00 committed by Matt Westcott
parent 4abfbf89a0
commit a9f33aa99e

View file

@ -412,4 +412,6 @@ $(function() {
});
});
module.exports.cleanForSlug = cleanForSlug;
if (typeof module !== 'undefined' && module.exports) {
module.exports.cleanForSlug = cleanForSlug;
}