Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit f9ba2df

Browse files
author
e2tha-e
committed
removing duplicate line
1 parent a422daa commit f9ba2df

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed
16 KB
Binary file not shown.

builder/pattern_engines/util_mustache.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
partialKeyStr += '(\\s*\\([^\\)]*\\))?';
120120
// look for >=0 whitespaces, followed by closing mustache tag
121121
partialKeyStr += '\\s*}}';
122-
partialKeyStr += '\\s*}}';
123122
var partialKeyRE = new RegExp(partialKeyStr, 'g');
124123

125124
var utilMustache = {

0 commit comments

Comments
 (0)