mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
comment
This commit is contained in:
@@ -213,6 +213,7 @@ Spacebars.parseStacheTag = function (inputString, pos, options) {
|
||||
if (! run(ends.DOUBLE))
|
||||
expected('`}}`');
|
||||
} else {
|
||||
// DOUBLE, TRIPLE, BLOCKOPEN, INCLUSION
|
||||
tag.path = scanPath();
|
||||
tag.args = [];
|
||||
while (true) {
|
||||
|
||||
Reference in New Issue
Block a user