提交 ad009dc2 编写于 作者: J James Billingham

Handle cases where `self` isn't defined

上级 133bd732
(function() {
(function(self) {
'use strict';
if (self.fetch) {
......@@ -378,4 +378,4 @@
})
}
self.fetch.polyfill = true
})();
})(typeof self !== 'undefined' ? self : this);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册