mirror of
https://github.com/markedjs/marked
synced 2024-11-23 18:02:12 +00:00
[lint] make the outer function a recognizable IIFE
This commit is contained in:
parent
d9c471e265
commit
565b4a0e5b
@ -1312,9 +1312,7 @@ if (typeof module !== 'undefined' && typeof exports === 'object') {
|
||||
} else if (typeof define === 'function' && define.amd) {
|
||||
define(function() { return marked; });
|
||||
} else {
|
||||
this.marked = marked;
|
||||
var exp = this || (typeof window !== 'undefined' ? window : global);
|
||||
exp.marked = marked;
|
||||
}
|
||||
|
||||
}).call(function() {
|
||||
return this || (typeof window !== 'undefined' ? window : global);
|
||||
}());
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user