Skip to content

Instantly share code, notes, and snippets.

@rgarciaj
Created July 12, 2013 21:32
Show Gist options
  • Save rgarciaj/5988030 to your computer and use it in GitHub Desktop.
Save rgarciaj/5988030 to your computer and use it in GitHub Desktop.
// para cambiar los placeholders de backbone por los de mustach
_.templateSettings = {
interpolate: /\{\{\=(.+?)\}\}/g,
evaluate: /\{\{(.+?)\}\}/g
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment