Skip to content
Snippets Groups Projects
Commit 7582edda authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Minor polishing of the code.

parent ec50bccd
No related branches found
No related tags found
No related merge requests found
/**
* Plugin to render mathematics formula embeded in html content.
* Plugin to render mathematics formula embedded in html content.
* The processing is performed by MathJax.
* The MathJax library is loaded by the framework
*
* @version $Id$
*
*/
Ext.namespace('App.panel');
Ext.namespace('App.panel');
App.panel.MathJax = Ext.extend(Object, {
App.panel.MathJax = Ext.extend(Object, {
init: function(panel){
......@@ -37,6 +38,6 @@
MathJax.Hub.PreProcess();
MathJax.Hub.Process();
},
});
});
Ext.preg('pPanelMathJax', App.panel.MathJax);
\ No newline at end of file
Ext.preg('pPanelMathJax', App.panel.MathJax);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment