Skip to content

Commit

Permalink
documenting textInput false positive. fixes Modernizr#333. lol 'fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed May 11, 2012
1 parent 22912a1 commit 2d3a32c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modernizr.js
Expand Up @@ -171,6 +171,7 @@ window.Modernizr = (function( window, document, undefined ) {
//
// The following results are known incorrects:
// Modernizr.hasEvent("webkitTransitionEnd", elem) // false negative
// Modernizr.hasEvent("textInput") // in Webkit. github.com/Modernizr/Modernizr/issues/333
// ...
isEventSupported = (function() {

Expand Down

0 comments on commit 2d3a32c

Please sign in to comment.