Skip to content
Snippets Groups Projects
Commit 18ba1a96 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

Fehlerhaften Test korrigiert

parent b19e52fe
Branches
No related tags found
No related merge requests found
......@@ -100,8 +100,9 @@ moment.fn.easter = function () {
return moment.easter(this.year());
};
if (module !== undefined) {
//if (module !== undefined) {
if (typeof module !== 'undefined') {
module.exports = moment;
} else {
this.moment = moment;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment