Browse Source

fix bugs

master
pandao 10 years ago
parent
commit
5e06d79ba0
  1. 2
      editormd.amd.js
  2. 2
      editormd.amd.min.js
  3. 2
      editormd.js
  4. 2
      editormd.min.js
  5. 2
      src/editormd.js
  6. 4248
      src/editormd.js~

2
editormd.amd.js

@ -872,7 +872,7 @@
* @returns {editormd} this(editormd instance object.)
*/
extend : function() {
extends : function() {
if (typeof arguments[1] !== "undefined")
{
if (typeof arguments[1] === "function")

2
editormd.amd.min.js

File diff suppressed because one or more lines are too long

2
editormd.js

@ -802,7 +802,7 @@
* @returns {editormd} this(editormd instance object.)
*/
extend : function() {
extends : function() {
if (typeof arguments[1] !== "undefined")
{
if (typeof arguments[1] === "function")

2
editormd.min.js

File diff suppressed because one or more lines are too long

2
src/editormd.js

@ -790,7 +790,7 @@
* @returns {editormd} this(editormd instance object.)
*/
extend : function() {
extends : function() {
if (typeof arguments[1] !== "undefined")
{
if (typeof arguments[1] === "function")

4248
src/editormd.js~

File diff suppressed because it is too large
Loading…
Cancel
Save