Skip to content

Commit

Permalink
cope with deprecated <fn> tag
Browse files Browse the repository at this point in the history
just transform its contents
  • Loading branch information
christianp committed Apr 11, 2014
1 parent 65a8b26 commit 50a7b08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ctop.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ CToP.tokens = {
CToP.tokens['ci'](parentNode,contentMMLNode);
}
},
"fn": function(parentNode,contentMMLNode,precedence) {
CToP.applyTransform(parentNode,CToP.children(contentMMLNode)[0],precedence);
},

"naturalnumbers": CToP.identifier('\u2115'),
"integers": CToP.identifier('\u2124'),
Expand Down

0 comments on commit 50a7b08

Please sign in to comment.