poi-plugin-akashic-records
Advanced tools
Comparing version 4.0.0-beta.0 to 4.0.0-beta.1
{ | ||
"name": "poi-plugin-akashic-records", | ||
"version": "4.0.0-beta.0", | ||
"version": "4.0.0-beta.1", | ||
"description": "logbook plugin for poi", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -37,3 +37,3 @@ // Generated by CoffeeScript 1.9.3 | ||
handleSeaRuleKeySet: function(index) { | ||
return this.props.onSeaRuleKeySet(index, parseInt(this.refs["search" + index].getValue())); | ||
return this.props.onSeaRuleKeySet(index, this.refs["search" + index].getValue()); | ||
}, | ||
@@ -40,0 +40,0 @@ handleAddStat: function() { |
2553070