Skip to content

Commit

Permalink
Update to 3.0.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Navneet Kumar committed Jul 17, 2019
1 parent 041eb85 commit 9e931f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-froala-editor",
"version": "3.0.3",
"version": "3.0.3-1",
"description": "Aurelia plugin for Froala WYSIWYG HTML rich text editor.",
"keywords": [
"aurelia",
Expand Down
2 changes: 1 addition & 1 deletion src/froala-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class FroalaEditor1 {
this.instance.addEventListener('blur', (e, editor) => this.value = editor.html.get())

// Initialize editor.
this.instance = new FroalaEditor(`#${this.element.id}`, Object.assign({}, this.config));
this.instance = new FroalaEditor(this.element, Object.assign({}, this.config));
}

// Destroy.
Expand Down

0 comments on commit 9e931f6

Please sign in to comment.