Added a note about undefined return value from nativeTestProps()

This commit is contained in:
Stu Cox
2013-03-09 15:13:42 -06:00
parent 2d1bc6ce2d
commit 0042ecd01a

View File

@@ -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;