-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix css-shapes test, update to 2.8.1
- Loading branch information
1 parent
1d6c038
commit 47efd0e
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47efd0e
There was a problem hiding this comment.
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 :]
47efd0e
There was a problem hiding this comment.
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.