From baf55b2c6d21dd02b806ac5d419af3daf6c5d75c Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Sat, 10 Dec 2011 14:37:40 -0800 Subject: [PATCH] make note of @font-face false positive in camino/webos. fixes #342 --- modernizr.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modernizr.js b/modernizr.js index c436197dac..7e381769d8 100644 --- a/modernizr.js +++ b/modernizr.js @@ -590,6 +590,8 @@ window.Modernizr = (function( window, document, undefined ) { /*>>fontface*/ // @font-face detection routine by Diego Perini // javascript.nwbox.com/CSSSupport/ + + // false positives in Camino and WebOS: github.com/Modernizr/Modernizr/issues/342 tests['fontface'] = function() { return Modernizr['fontface']; };