mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-30 04:40:40 +00:00
[QA] Module fix for browser module loading (#4939)
This commit is contained in:
parent
4abfbf89a0
commit
a9f33aa99e
1 changed files with 3 additions and 1 deletions
|
|
@ -412,4 +412,6 @@ $(function() {
|
|||
});
|
||||
});
|
||||
|
||||
module.exports.cleanForSlug = cleanForSlug;
|
||||
if (typeof module !== 'undefined' && module.exports) {
|
||||
module.exports.cleanForSlug = cleanForSlug;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue