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

pull/4946/head
Janneke Janssen 2018-12-04 18:31:12 +01:00 zatwierdzone przez Matt Westcott
rodzic 4abfbf89a0
commit a9f33aa99e
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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