Merge branch 'issue950' into develop. Issue #950.

This commit is contained in:
Davide P. Cervone 2014-12-07 07:10:09 -05:00
commit 301ee4f300

View File

@ -2959,7 +2959,7 @@
msieNegativeBBoxBug: (mode >= 8), // negative bboxes have positive widths
msieIE6: !isIE7,
msieItalicWidthBug: true,
FontFaceBug: true,
FontFaceBug: (mode < 9),
msieFontCSSBug: browser.isIE9,
allowWebFonts: (mode >= 9 ? "woff" : "eot")
});