Skip to content

Commit

Permalink
minor better formatting for docco
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Dec 11, 2010
1 parent 17085bf commit ec93206
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ window.Modernizr = (function(window,document,undefined){

/**
* Tests
* -----
*/

tests['flexbox'] = function() {
Expand Down Expand Up @@ -552,7 +553,7 @@ window.Modernizr = (function(window,document,undefined){
if (ret && 'webkitPerspective' in docElement.style){

// Webkit allows this media query to succeed only if the feature is enabled.
// "@media (transform-3d),(-o-transform-3d),(-moz-transform-3d),(-ms-transform-3d),(-webkit-transform-3d),(modernizr){ ... }"
// `@media (transform-3d),(-o-transform-3d),(-moz-transform-3d),(-ms-transform-3d),(-webkit-transform-3d),(modernizr){ ... }`
ret = testMediaQuery('@media ('+prefixes.join('transform-3d),(')+'modernizr)');
}
return ret;
Expand Down Expand Up @@ -801,6 +802,7 @@ window.Modernizr = (function(window,document,undefined){


// End of test definitions
// -----------------------



Expand Down

0 comments on commit ec93206

Please sign in to comment.