Fix variable name

This commit is contained in:
Aparajita Fishman
2010-12-06 14:05:18 -05:00
parent 175f1a9acd
commit 432c98f5f7
+1 -1
View File
@@ -162,7 +162,7 @@ var _CPFontDetectCompareFonts = function(fontA, fontB)
_CPFontDetectSpan.style.fontFamily = '"' + fontB + '", "' + fontA + '"';
var bWidth = _CPFontDetectSpan.offsetWidth,
Height = _CPFontDetectSpan.offsetHeight;
bHeight = _CPFontDetectSpan.offsetHeight;
return (a.w != bWidth || a.h != bHeight);
}