/scalate-util/src/test/resources/moustache/js/simple.js
http://github.com/scalate/scalate · JavaScript · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 957d7fd187c45218fc887e2efb5d5565 MD5 · raw file
- var simple = {
- name: "Chris",
- value: 10000,
- taxed_value: function() {
- return this.value - (this.value * 0.4);
- },
- in_ca: true
- };