cyclejs-ace-editor
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -29,3 +29,5 @@ 'use strict'; | ||
key: 'update', | ||
value: function update(previous, domNode) {} | ||
value: function update(previous, domNode) { | ||
this.editor = previous.editor; | ||
} | ||
}, { | ||
@@ -32,0 +34,0 @@ key: 'destroy', |
{ | ||
"name": "cyclejs-ace-editor", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Cycle.js wrapper for the Ace Editor", | ||
@@ -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
13826
280