lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/config.js in gollum-1.1.1 vs lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/config.js in gollum-1.2.0
- old
+ new
@@ -1,39 +1,18 @@
-/*************************************************************
- *
- * MathJax/jax/input/MathML/config.js
- *
- * Initializes the MathML InputJax (the main definition is in
- * MathJax/jax/input/MathML/jax.js, which is loaded when needed).
- *
- * ---------------------------------------------------------------------
+/*
+ * ../SourceForge/trunk/mathjax/jax/input/MathML/config.js
*
- * Copyright (c) 2009 Design Science, Inc.
+ * Copyright (c) 2010 Design Science, Inc.
+ *
+ * Part of the MathJax library.
+ * See http://www.mathjax.org for details.
*
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Apache License, Version 2.0;
* you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
*/
-MathJax.InputJax.MathML = MathJax.InputJax({
- name: "MathML",
- version: 1.0,
- directory: MathJax.InputJax.directory + "/MathML",
- extensionDir: MathJax.InputJax.extensionDir + "/MathML",
- entityDir: MathJax.InputJax.directory + "/MathML/entities",
- require: [MathJax.ElementJax.directory + "/mml/jax.js"],
-
- config: {
- useMathMLspacing: false // false means use TeX spacing, true means MML spacing
- }
-});
-MathJax.InputJax.MathML.Register("math/mml");
+MathJax.Unpack([
+ ['MathJax.InputJax','.MathML','=',0,'({name:"','MathML",','version:"1.0",directory:',0,'.directory+"/',5,'extensionDir',':',0,'.',10,'+"/',5,'entityDir:',0,8,'MathML/entities",require:[MathJax.ElementJax',8,'mml/jax.js"],config:{useMathMLspacing:false}});',0,1,'.Register("math/mml");',0,1,'.loadComplete("config.js");']
+]);
-MathJax.InputJax.MathML.loadComplete("config.js");