We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e60dc commit 7d15b4dCopy full SHA for 7d15b4d
1 file changed
src/css/support.js
@@ -83,6 +83,7 @@ define([
83
ret = !parseFloat( window.getComputedStyle( marginDiv, null ).marginRight );
84
85
docElem.removeChild( container );
86
+ div.removeChild( marginDiv );
87
88
return ret;
89
}
0 commit comments