Skip to content

Commit

Permalink
Moved Modernizr.pointerevents -> Modernizr.csspointer events (API bre…
Browse files Browse the repository at this point in the history
…ak...)
  • Loading branch information
stucox committed Jan 29, 2013
1 parent b36a6b2 commit 9fad387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/css/pointerevents.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define(['Modernizr', 'createElement', 'docElement'], function( Modernizr, create
// github.com/ausi/Feature-detection-technique-for-pointer-events/wiki
// github.com/Modernizr/Modernizr/issues/80

Modernizr.addTest('pointerevents', function() {
Modernizr.addTest('csspointerevents', function() {
var element = createElement('x');
var getComputedStyle = window.getComputedStyle;
var supports;
Expand Down

0 comments on commit 9fad387

Please sign in to comment.