Index: lib/src/codegen/js_codegen.dart |
diff --git a/lib/src/codegen/js_codegen.dart b/lib/src/codegen/js_codegen.dart |
index bf9fe50236b0deb9c07b51682fb83c7af62c383d..25777f96d3e7518c3b522ad7d8426bdad6c6e058 100644 |
--- a/lib/src/codegen/js_codegen.dart |
+++ b/lib/src/codegen/js_codegen.dart |
@@ -603,7 +603,7 @@ class JSCodegenVisitor extends GeneralizingAstVisitor with ConversionVisitor { |
_emitFunctionTypeParts(element.type, dynamicIsBottom: false); |
var property = |
new JS.Property(memberName, new JS.ArrayInitializer(parts)); |
- if (node.isStatic) { |
+ if (node.isStatic) { |
tStatics.add(property); |
sNames.add(memberName); |
} else tMethods.add(property); |