Skip to content

Commit

Permalink
updating to reference mathjax contribs, prior discussion and myself a…
Browse files Browse the repository at this point in the history
…s requested by Paul
  • Loading branch information
addyosmani committed Jan 5, 2012
1 parent 8038c16 commit a0af083
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion feature-detects/mathml.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// MathML
// Details: http://www.w3.org/Math/
// http://www.w3.org/Math/
// By Addy Osmani
// Based on work by Davide (@dpvc) and David (@davidcarlisle)
// in https://github.com/mathjax/MathJax/issues/182

Modernizr.addTest('mathml', function(){
var hasMathML = false;
Expand Down

0 comments on commit a0af083

Please sign in to comment.