Core: Drop strundefined variable

Ref 29838b6cab
Closes gh-1628
This commit is contained in:
Chris Antaki
2014-07-27 13:20:19 -07:00
committed by Oleg Gaidarenko
parent b59b819ffe
commit 835e8c4ae3
9 changed files with 20 additions and 31 deletions

View File

@@ -1,7 +1,6 @@
define([
"../var/strundefined",
"../var/support"
], function( strundefined, support ) {
], function( support ) {
(function() {
var shrinkWrapBlocksVal;
@@ -31,7 +30,7 @@ define([
// Support: IE6
// Check if elements with layout shrink-wrap their children
if ( typeof div.style.zoom !== strundefined ) {
if ( typeof div.style.zoom !== "undefined" ) {
// Reset CSS: box-sizing; display; margin; border
div.style.cssText =
// Support: Firefox<29, Android 2.3