Updating js plugins
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
({
|
||||
name: 'Chris',
|
||||
value: 10000,
|
||||
taxed_value: function () {
|
||||
return this.value - (this.value * 0.4);
|
||||
},
|
||||
in_ca: true
|
||||
});
|
||||
Reference in New Issue
Block a user