We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f19bf1 + ac9fd93 commit 3b1d868Copy full SHA for 3b1d868
1 file changed
css.js
@@ -74,13 +74,14 @@ define(function() {
74
var ieCurCallback;
75
76
var createIeLoad = function(url) {
77
+ curSheet.addImport(url);
78
+ curStyle.onload = function(){ processIeLoad() };
79
+
80
ieCnt++;
- if (ieCnt == 32) {
81
+ if (ieCnt == 31) {
82
createStyle();
83
ieCnt = 0;
84
}
- curSheet.addImport(url);
- curStyle.onload = function(){ processIeLoad() };
85
86
var processIeLoad = function() {
87
ieCurCallback();
0 commit comments