windy 6 years ago
parent
commit
f8400c160c
  1. 2
      dist/_fineui.min.js
  2. 4
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 4
      dist/case.js
  5. 4
      dist/fineui.js
  6. 2
      dist/fineui.min.js
  7. 4
      src/case/richeditor/niceditor/niceditor.js

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/bundle.js vendored

@ -83680,9 +83680,7 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
type: "bi.default",
element: this,
scrolly: true,
items: [this.elm, this.e, {
}]
items: [this.elm, this.e]
});
this.ne.on("blur", BI.bind(this.blur, this));

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/case.js vendored

@ -10993,9 +10993,7 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
type: "bi.default",
element: this,
scrolly: true,
items: [this.elm, this.e, {
}]
items: [this.elm, this.e]
});
this.ne.on("blur", BI.bind(this.blur, this));

4
dist/fineui.js vendored

@ -83901,9 +83901,7 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
type: "bi.default",
element: this,
scrolly: true,
items: [this.elm, this.e, {
}]
items: [this.elm, this.e]
});
this.ne.on("blur", BI.bind(this.blur, this));

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

4
src/case/richeditor/niceditor/niceditor.js

@ -162,9 +162,7 @@
type: "bi.default",
element: this,
scrolly: true,
items: [this.elm, this.e, {
}]
items: [this.elm, this.e]
});
this.ne.on("blur", BI.bind(this.blur, this));

Loading…
Cancel
Save