Commit 9931b5ae by kimth

Mimic javascriptinput displayClass

parent 5862d04b
...@@ -324,7 +324,9 @@ class @Problem ...@@ -324,7 +324,9 @@ class @Problem
inputtypeSetupMethods: inputtypeSetupMethods:
textinputdynamath: (element) => textinputdynamath: (element) =>
@mathjax_preprocessor = window.mathjax_preprocessor preprocessorClass = window['MathjaxPreprocessorFor6002x']
preprocessor = new preprocessorClass()
alert preprocessor.fn
javascriptinput: (element) => javascriptinput: (element) =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment