mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
parent
0a121bd175
commit
bad547c3bb
@ -3,7 +3,7 @@ import assign from 'object-assign';
|
||||
import classNames from 'classnames';
|
||||
|
||||
function ieGT9() {
|
||||
if (typeof document === undefined) {
|
||||
if (typeof document === 'undefined') {
|
||||
return false;
|
||||
}
|
||||
const documentMode = document.documentMode || 0;
|
||||
|
Loading…
Reference in New Issue
Block a user