Skip to content

Instantly share code, notes, and snippets.

@kouphax
Created October 15, 2010 15:07
Show Gist options
  • Save kouphax/628343 to your computer and use it in GitHub Desktop.
Save kouphax/628343 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
if(!Modernizr.borderradius){
require(["scripts/jquery-corners.js"], function(){
$(".borderradius").roundedcorners();
});
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment