Skip to content

Commit

Permalink
note about ff11 and mozwebsocket.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored and ryanseddon committed Jan 3, 2012
1 parent d6781e3 commit 8aafacc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,8 @@ window.Modernizr = (function( window, document, undefined ) {
return ('draggable' in div) || ('ondragstart' in div && 'ondrop' in div);
};

// Mozilla is targeting to land MozWebSocket for FF6
// bugzil.la/659324
// FIXME: Once FF10 is sunsetted, we can drop prefixed MozWebSocket
// bugzil.la/695635
tests['websockets'] = function() {
for ( var i = -1, len = cssomPrefixes.length; ++i < len; ){
if ( window[cssomPrefixes[i] + 'WebSocket'] ){
Expand Down

0 comments on commit 8aafacc

Please sign in to comment.