Skip to content

Commit

Permalink
fix css-shapes test, update to 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed May 2, 2014
1 parent 1d6c038 commit 47efd0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion feature-detects/css-shapes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

// http://html.adobe.com/webplatform/layout/shapes

Modernizr.addTest('shapes', testAllProps('shapeOutside', 'content-box', true));
Modernizr.addTest('shapes', Modernizr.testAllProps('shapeOutside', 'content-box', true));
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = function( grunt ) {

grunt.initConfig({
meta: {
version: '2.8.0',
version: '2.8.1',
banner: '/*!\n' +
' * Modernizr v<%= meta.version %>\n' +
' * www.modernizr.com\n *\n' +
Expand Down
4 changes: 2 additions & 2 deletions modernizr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modernizr v2.8.0
* Modernizr v2.8.1
* www.modernizr.com
*
* Copyright (c) Faruk Ates, Paul Irish, Alex Sexton
Expand All @@ -24,7 +24,7 @@

window.Modernizr = (function( window, document, undefined ) {

var version = '2.8.0',
var version = '2.8.1',

Modernizr = {},

Expand Down

2 comments on commit 47efd0e

@patrickkettner
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping @drublic, @alrra

its a non core detect, so no real reason to update h5bp, but that haven't stopped you before :]

@drublic
Copy link
Contributor

@drublic drublic commented on 47efd0e May 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pinging. We'll leave it at v2.8.0 for the time being.

Please sign in to comment.