File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,6 @@ function assertSrcContents() {
112
112
// Forbidden in IE in any context
113
113
var IE_BLACK_LIST = [ 'classList' ] ;
114
114
115
- // not implemented in FF, or inconsistent with others
116
- var FF_BLACK_LIST = [ 'offsetX' , 'offsetY' ] ;
117
-
118
115
// require'd built-in modules
119
116
var BUILTINS = [ 'events' ] ;
120
117
@@ -151,8 +148,6 @@ function assertSrcContents() {
151
148
if ( ! ( isSunburstOrTreemap && isLinkedToObject ) ) {
152
149
logs . push ( file + ' : contains .' + lastPart + ' (IE failure in SVG)' ) ;
153
150
}
154
- } else if ( FF_BLACK_LIST . indexOf ( lastPart ) !== - 1 ) {
155
- logs . push ( file + ' : contains .' + lastPart + ' (FF failure)' ) ;
156
151
}
157
152
} else if ( node . type === 'Identifier' && node . source ( ) === 'getComputedStyle' ) {
158
153
if ( node . parent . source ( ) !== 'window.getComputedStyle' ) {
You can’t perform that action at this time.
0 commit comments