Moved inTemplate initializer to appropriate place.

This commit is contained in:
Ingvar Stepanyan 2014-07-30 01:48:34 +03:00
parent 73a890d6be
commit 278ac258df

View File

@ -236,7 +236,7 @@
// Template String. If it is, it should treat '$' as prefix before
// '{expression}' and everything else as string literals.
var inTemplate = false;
var inTemplate;
// This function is used to raise exceptions on parse errors. It
// takes an offset integer (into the current `input`) to indicate