correct typo
This commit is contained in:
parent
eb28572788
commit
c8e66dfe23
|
@ -8,7 +8,7 @@ try {
|
|||
// Flexbox
|
||||
var elTest = document.createElement('div');
|
||||
elTest.style.display = 'flex';
|
||||
if (elTesdt.style.display !== 'flex') {
|
||||
if (elTest.style.display !== 'flex') {
|
||||
badBrowser = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue