Browse Source

Fix #1321 in 0.12.x

pick 28b36d5 manully
pull/1701/head
afc163 9 years ago
parent
commit
bad547c3bb
  1. 2
      components/input/index.jsx

2
components/input/index.jsx

@ -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…
Cancel
Save