minstant.js 72 B

12345
  1. Template.Error.helpers({
  2. dump: function () {
  3. return this;
  4. }
  5. });