From b2057ec97410f338dfae5f2dd8aee22d133420c8 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Fri, 21 Aug 2015 14:53:34 -0700 Subject: [PATCH] Added 'mpContext' and 'mpMouse' to menu settings type in 'mathjax'. --- mathjax/mathjax.d.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mathjax/mathjax.d.ts b/mathjax/mathjax.d.ts index 3331688bb6..f49a8435bc 100644 --- a/mathjax/mathjax.d.ts +++ b/mathjax/mathjax.d.ts @@ -549,7 +549,10 @@ declare module jax { * from “Show Source” and put it into a page that uses MathJax’s MathML input jax and expect to get the same * results as the original TeX. (Without this, there may be some spacing differences.) */ - texHints?:boolean; + texHints?: boolean; + + mpContext?: boolean; + mpMouse?: boolean; } export interface IErrorSettings {