3 lines
62 B
JavaScript
3 lines
62 B
JavaScript
|
|
function() {
|
||
|
|
emit(this.state, this.price * this.quantity);
|
||
|
|
}
|