pitaya-components
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -74,3 +74,9 @@ 'use strict'; | ||
_createClass(Editor, null, [{ | ||
_createClass(Editor, [{ | ||
key: 'value', | ||
get: function get() { | ||
// return this.refs.editor.value | ||
return this.$editor && this.$editor.getContent(); | ||
} | ||
}], [{ | ||
key: 'propTypes', | ||
@@ -77,0 +83,0 @@ value: { |
{ | ||
"name": "pitaya-components", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "react components for projects", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
77260
1571