Skip to content

Instantly share code, notes, and snippets.

@tony-o
Created January 13, 2013 07:12
Show Gist options
  • Save tony-o/4522776 to your computer and use it in GitHub Desktop.
Save tony-o/4522776 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