Fix failing tests in old Opera.

This commit is contained in:
John-David Dalton
2013-11-10 18:10:34 -08:00
parent 48ff516215
commit c83d2e9513
6 changed files with 14 additions and 9 deletions

View File

@@ -57,7 +57,7 @@
var reFlags = /\w*$/;
/** Used to detected named functions */
var reFuncName = /^function[ \n\r\t]+\w/;
var reFuncName = /^\s*function[ \n\r\t]+\w/;
/** Used to match "interpolate" template delimiters */
var reInterpolate = /<%=([\s\S]+?)%>/g;