提交 7923ecea 编写于 作者: A Alex Dima

Adopt latest loader

上级 9e228b20
......@@ -22,7 +22,7 @@ var __extends = (this && this.__extends) || function (d, b) {
var _cssPluginGlobal = this;
var CSSLoaderPlugin;
(function (CSSLoaderPlugin) {
var global = _cssPluginGlobal;
var global = _cssPluginGlobal || {};
/**
* Known issue:
* - In IE there is no way to know if the CSS file loaded successfully or not.
......
......@@ -17,7 +17,7 @@
var _nlsPluginGlobal = this;
var NLSLoaderPlugin;
(function (NLSLoaderPlugin) {
var global = _nlsPluginGlobal;
var global = _nlsPluginGlobal || {};
var Resources = global.Plugin && global.Plugin.Resources ? global.Plugin.Resources : undefined;
var DEFAULT_TAG = 'i-default';
var IS_PSEUDO = (global && global.document && global.document.location && global.document.location.hash.indexOf('pseudo=true') >= 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册