We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75407ff commit b1988a3Copy full SHA for b1988a3
tasks/test_syntax.js
@@ -112,10 +112,7 @@ function assertSrcContents() {
112
// look for .classList
113
if(node.type === 'MemberExpression') {
114
var source = node.source();
115
-
116
- if(source === 'Math.sign') {
117
- logs.push(file + ' : contains Math.sign (IE failure)');
118
- } else if(source === 'window.getComputedStyle') {
+ if(source === 'window.getComputedStyle') {
119
getComputedStyleCnt++;
120
}
121
} else if(node.type === 'Identifier' && node.source() === 'getComputedStyle') {
0 commit comments