Skip to content

Commit

Permalink
Add new version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangvanthanh committed May 28, 2018
1 parent 454e8ad commit b939a2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/vue-ckeditor2.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ var VueCkeditor = function VueCkeditor() {
if (!this.destroyed) {
this.instance.focusManager.blur(true);
this.instance.removeAllListeners();
this.instance.destroy();
this.instance.destroy(true);
this.destroyed = true;
}
} catch (e) {}
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-ckeditor2.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ var VueCkeditor = function VueCkeditor() {
if (!this.destroyed) {
this.instance.focusManager.blur(true);
this.instance.removeAllListeners();
this.instance.destroy();
this.instance.destroy(true);
this.destroyed = true;
}
} catch (e) {}
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-ckeditor2.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
if (!this.destroyed) {
this.instance.focusManager.blur(true);
this.instance.removeAllListeners();
this.instance.destroy();
this.instance.destroy(true);
this.destroyed = true;
}
} catch (e) {}
Expand Down

0 comments on commit b939a2a

Please sign in to comment.