summaryrefslogtreecommitdiff
path: root/includes/fcm/node_modules/underscore/cjs/templateSettings.js
blob: 4b5579893c967305a290dd075182cee3a7c70469 (plain)
1
2
3
4
5
6
7
8
9
10
11
var underscore = require('./underscore.js');

// By default, Underscore uses ERB-style template delimiters. Change the
// following template settings to use alternative delimiters.
var templateSettings = underscore.templateSettings = {
  evaluate: /<%([\s\S]+?)%>/g,
  interpolate: /<%=([\s\S]+?)%>/g,
  escape: /<%-([\s\S]+?)%>/g
};

module.exports = templateSettings;