mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-01-11 08:38:04 -05:00
Added a note about undefined return value from nativeTestProps()
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
define(['injectElementWithStyles', 'domToHyphenated'], function ( injectElementWithStyles, domToHyphenated ) {
|
||||
// Function to allow us to use native feature detection functionality if available.
|
||||
// Accepts a list of property names and a list of values
|
||||
// Returns `undefined` if native detection not available
|
||||
function nativeTestProps ( props, values ) {
|
||||
var i = props.length,
|
||||
j;
|
||||
|
||||
Reference in New Issue
Block a user