From a8c6ffc70e2f5e643e5d98171530b7d81a907cda Mon Sep 17 00:00:00 2001 From: Martin Le Bas Date: Fri, 21 Nov 2014 10:18:01 +1300 Subject: [PATCH] Add memberVariables traceur option to fix issue #7 Add a missing option to the traceur compiler in order to play with all atScript functionalities. --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 274971d..5dd73df 100644 --- a/config.json +++ b/config.json @@ -6,6 +6,7 @@ "typeAssertions": true, "typeAssertionModule": "assert", "annotations": true, + "memberVariables":true, "sourceMaps": "file" } }