Skip to content

Instantly share code, notes, and snippets.

@Raynos
Forked from tony-o/nonuby.jade
Created January 13, 2013 07:14
Show Gist options
  • Save Raynos/4522779 to your computer and use it in GitHub Desktop.
Save Raynos/4522779 to your computer and use it in GitHub Desktop.
-var pad = function(decimal){ return decimal.toFixed(2); };
h2 Hi NoNuby
div!= pad(locals.val1);
div!= pad(locals.val2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment