aurelia-froala-editor
Advanced tools
Comparing version 3.0.3-1 to 3.0.3-2
@@ -126,3 +126,3 @@ define(['exports', 'aurelia-framework', 'aurelia-binding', './froala-editor-config', 'froala-editor/js/froala_editor.pkgd.min.js'], function (exports, _aureliaFramework, _aureliaBinding, _froalaEditorConfig, _froala_editorPkgdMin) { | ||
this.instance = new _froala_editorPkgdMin2.default('#' + this.element.id, Object.assign({}, this.config)); | ||
this.instance = new _froala_editorPkgdMin2.default(this.element, Object.assign({}, this.config)); | ||
}; | ||
@@ -129,0 +129,0 @@ |
@@ -125,3 +125,3 @@ 'use strict'; | ||
this.instance = new _froala_editorPkgdMin2.default('#' + this.element.id, Object.assign({}, this.config)); | ||
this.instance = new _froala_editorPkgdMin2.default(this.element, Object.assign({}, this.config)); | ||
}; | ||
@@ -128,0 +128,0 @@ |
@@ -98,3 +98,3 @@ var _dec, _dec2, _class, _desc, _value, _class2, _descriptor, _descriptor2, _descriptor3; | ||
this.instance = new FroalaEditor(`#${this.element.id}`, Object.assign({}, this.config)); | ||
this.instance = new FroalaEditor(this.element, Object.assign({}, this.config)); | ||
} | ||
@@ -101,0 +101,0 @@ |
@@ -128,3 +128,3 @@ 'use strict'; | ||
this.instance = new FroalaEditor('#' + this.element.id, Object.assign({}, this.config)); | ||
this.instance = new FroalaEditor(this.element, Object.assign({}, this.config)); | ||
}; | ||
@@ -131,0 +131,0 @@ |
{ | ||
"name": "aurelia-froala-editor", | ||
"version": "3.0.3-1", | ||
"version": "3.0.3-2", | ||
"description": "Aurelia plugin for Froala WYSIWYG HTML rich text editor.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48554