JS backend: fix closure this in extension (literal) function.

This commit is contained in:
Zalim Bashorov
2013-12-17 14:22:16 +04:00
parent ca4d347658
commit 5d94c7e83c
3 changed files with 55 additions and 11 deletions
@@ -70,6 +70,6 @@ public final class ClosureTest extends SingleFileTranslationTest {
}
public void testClosureThisInConstructor() throws Exception {
fooBoxTest();
checkFooBoxIsOk();
}
}