Skip to content

Commit

Permalink
Added hyphen-less alias for flexbox-legacy to allow use of dot notati…
Browse files Browse the repository at this point in the history
…on in JavaScript code.
  • Loading branch information
lennym committed Apr 2, 2012
1 parent 73360f8 commit efaa822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ window.Modernizr = (function( window, document, undefined ) {
// The *old* flexbox
// www.w3.org/TR/2009/WD-css3-flexbox-20090723/

tests['flexbox-legacy'] = function() {
tests['flexboxlegacy'] = tests['flexbox-legacy'] = function() {
return testPropsAll('boxDirection');
};

Expand Down

0 comments on commit efaa822

Please sign in to comment.