Browse Source

Releases v1.3.0

master
Pandao 10 years ago
parent
commit
2840b5b166
  1. 4
      editormd.amd.js
  2. 4
      editormd.amd.min.js
  3. 2
      editormd.amd.min.js.map
  4. 4
      editormd.js
  5. 2
      editormd.min.js
  6. 2
      editormd.min.js.map
  7. 4
      src/editormd.js

4
editormd.amd.js

@ -129,7 +129,7 @@
};
editormd.title = editormd.$name = "Editor.md";
editormd.version = "1.2.0";
editormd.version = "1.3.0";
editormd.homePage = "https://pandao.github.io/editor.md/";
editormd.classPrefix = "editormd-";
@ -165,7 +165,7 @@
markdown : "",
width : "100%",
height : "100%",
path : "../lib/", // Dependents module file directory
path : "./lib/", // Dependents module file directory
pluginPath : "", // If this empty, default use settings.path + "../plugins/"
autoLoadModules : true, // Automatic load dependent module files
watch : true,

4
editormd.amd.min.js

File diff suppressed because one or more lines are too long

2
editormd.amd.min.js.map

File diff suppressed because one or more lines are too long

4
editormd.js

@ -59,7 +59,7 @@
};
editormd.title = editormd.$name = "Editor.md";
editormd.version = "1.2.0";
editormd.version = "1.3.0";
editormd.homePage = "https://pandao.github.io/editor.md/";
editormd.classPrefix = "editormd-";
@ -95,7 +95,7 @@
markdown : "",
width : "100%",
height : "100%",
path : "../lib/", // Dependents module file directory
path : "./lib/", // Dependents module file directory
pluginPath : "", // If this empty, default use settings.path + "../plugins/"
autoLoadModules : true, // Automatic load dependent module files
watch : true,

2
editormd.min.js

File diff suppressed because one or more lines are too long

2
editormd.min.js.map

File diff suppressed because one or more lines are too long

4
src/editormd.js

@ -47,7 +47,7 @@
};
editormd.title = editormd.$name = "Editor.md";
editormd.version = "1.2.0";
editormd.version = "1.3.0";
editormd.homePage = "https://pandao.github.io/editor.md/";
editormd.classPrefix = "editormd-";
@ -83,7 +83,7 @@
markdown : "",
width : "100%",
height : "100%",
path : "../lib/", // Dependents module file directory
path : "./lib/", // Dependents module file directory
pluginPath : "", // If this empty, default use settings.path + "../plugins/"
autoLoadModules : true, // Automatic load dependent module files
watch : true,

Loading…
Cancel
Save