fix typo
This commit is contained in:
Родитель
adf76a3770
Коммит
1dcbf643cc
|
@ -51,7 +51,7 @@ module TDev {
|
|||
// [ ..., JComment { text: "{shim:VALUE}" }, ... ] -> VALUE
|
||||
function isShimBody(body: J.JStmt[]): string {
|
||||
var ret = null;
|
||||
body.foreach((s: J.JStmt) => {
|
||||
body.forEach((s: J.JStmt) => {
|
||||
var matches = s.nodeType == "comment" && (<J.JComment> s).text.match(/^{shim:([^}]+)}$/);
|
||||
if (matches)
|
||||
ret = matches[1];
|
||||
|
|
Загрузка…
Ссылка в новой задаче