ng2-tinymce
Advanced tools
Comparing version 1.0.16 to 1.0.17
{ | ||
"name": "ng2-tinymce", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "Angular2 TinyMCE Component", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -41,3 +41,3 @@ import { | ||
window.tinymce.init({ | ||
selector: '#' + this.elementId, | ||
selector: 'textarea', | ||
plugins: ['link', 'autoresize'], | ||
@@ -44,0 +44,0 @@ menubar: false, |
@@ -8,2 +8,3 @@ { | ||
"sourceMap": true, | ||
"emitDecoratorMetadata": true, | ||
"experimentalDecorators": true, | ||
@@ -10,0 +11,0 @@ "removeComments": false, |
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
15748
297