vue-tables-2
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -76,3 +76,3 @@ "use strict"; | ||
setEditing: this.setEditingCell(this.Row, this.column), | ||
revertValue: this.revertValue(this, this.Row, this.column) | ||
revertValue: this.revertValue(this.Row, this.column) | ||
}; | ||
@@ -79,0 +79,0 @@ } |
@@ -10,3 +10,3 @@ "use strict"; | ||
}).originalValue; | ||
}; | ||
}.bind(this); | ||
}; |
{ | ||
"name": "vue-tables-2", | ||
"description": "Vue.js 2 grid components", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "vue2", |
584947