Skip to content

Commit

Permalink
unit test fix for _domPrefixes. thanks mathias. ref #257
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed May 21, 2011
1 parent 24ad38c commit f446802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ window.TEST = {
// note some unique members of the Modernizr object
inputs : ['input','inputtypes'],
audvid : ['video','audio'],
API : ['addTest', 'mq', 'event', 'testProp', 'testAllProps', 'styleElem'],
API : ['addTest', 'mq', 'event', 'testProp', 'testAllProps', 'styleElem', '_prefixes', '_domPrefixes'],
extraclass: ['js'],
privates : ['_enableHTML5','_version','_fontfaceready'],
deprecated : [
Expand Down

0 comments on commit f446802

Please sign in to comment.