Rebuild files.

Former-commit-id: c381088f55093f25067d0284319975c868e6e3bf
This commit is contained in:
John-David Dalton
2013-02-16 23:18:05 -08:00
parent 7eadf11145
commit 9829a2f3b4
5 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
* Used to match ES6 template delimiters
* http://people.mozilla.org/~jorendorff/es6-draft.html#sec-7.8.6
*/
var reEsTemplate = /\$\{((?:(?=\\?)\\?[\s\S])*?)\}/g;
var reEsTemplate = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g;
/** Used to match "interpolate" template delimiters */
var reInterpolate = /<%=([\s\S]+?)%>/g;