Files
phpvms/public/assets/vendor/rivets/src/formatters.coffee
2017-12-14 09:21:06 -06:00

7 lines
132 B
CoffeeScript

# Core formatters
# Calls a function with arguments
Rivets.public.formatters['call'] = (value, args...) ->
value.call @, args...