All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.amd.templateSettings.js Maven / Gradle / Ivy

The newest version!
define(['./underscore'], function (underscore) {

  // 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
  };

  return templateSettings;

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy