aurelia-froala-editor
Advanced tools
Comparing version 2.8.5 to 2.9.0
@@ -107,3 +107,3 @@ define(['exports', 'aurelia-framework', 'aurelia-binding', './froala-editor-config'], function (exports, _aureliaFramework, _aureliaBinding, _froalaEditorConfig) { | ||
} | ||
this.instance.on('froalaEditor.contentChanged, froalaEditor.blur', function (e, editor) { | ||
this.instance.on('froalaEditor.contentChanged froalaEditor.blur', function (e, editor) { | ||
return _this2.value = editor.html.get(); | ||
@@ -146,2 +146,2 @@ }); | ||
})), _class2)) || _class) || _class); | ||
}); | ||
}); |
@@ -108,3 +108,3 @@ 'use strict'; | ||
} | ||
this.instance.on('froalaEditor.contentChanged, froalaEditor.blur', function (e, editor) { | ||
this.instance.on('froalaEditor.contentChanged froalaEditor.blur', function (e, editor) { | ||
return _this2.value = editor.html.get(); | ||
@@ -146,2 +146,2 @@ }); | ||
} | ||
})), _class2)) || _class) || _class); | ||
})), _class2)) || _class) || _class); |
@@ -89,3 +89,3 @@ var _dec, _dec2, _class, _desc, _value, _class2, _descriptor, _descriptor2, _descriptor3; | ||
} | ||
this.instance.on('froalaEditor.contentChanged, froalaEditor.blur', (e, editor) => this.value = editor.html.get()); | ||
this.instance.on('froalaEditor.contentChanged froalaEditor.blur', (e, editor) => this.value = editor.html.get()); | ||
@@ -123,2 +123,2 @@ this.instance.froalaEditor(Object.assign({}, this.config)); | ||
} | ||
})), _class2)) || _class) || _class); | ||
})), _class2)) || _class) || _class); |
@@ -115,3 +115,3 @@ 'use strict'; | ||
} | ||
this.instance.on('froalaEditor.contentChanged, froalaEditor.blur', function (e, editor) { | ||
this.instance.on('froalaEditor.contentChanged froalaEditor.blur', function (e, editor) { | ||
return _this2.value = editor.html.get(); | ||
@@ -158,2 +158,2 @@ }); | ||
}; | ||
}); | ||
}); |
{ | ||
"name": "aurelia-froala-editor", | ||
"version": "2.8.5", | ||
"version": "2.9.0", | ||
"description": "Aurelia plugin for Froala WYSIWYG HTML rich text editor.", | ||
@@ -62,3 +62,3 @@ "keywords": [ | ||
"aurelia-framework": "^1.3.0", | ||
"froala-editor": "2.8.5" | ||
"froala-editor": "2.9.0" | ||
}, | ||
@@ -65,0 +65,0 @@ "jspm": { |
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
1047
+ Addedfroala-editor@2.9.0(transitive)
- Removedfroala-editor@2.8.5(transitive)
Updatedfroala-editor@2.9.0