Index: lib/src/common/js_proxy.dart |
diff --git a/lib/src/common/js_proxy.dart b/lib/src/common/js_proxy.dart |
index eb6417aad27d8b3d6fc541a39d4fc1dae7986812..ded23bbb30c0019edeaef125d15e84e009afbcac 100644 |
--- a/lib/src/common/js_proxy.dart |
+++ b/lib/src/common/js_proxy.dart |
@@ -68,7 +68,6 @@ class JsProxyReflectable extends Reflectable { |
superclassQuantifyCapability, |
const StaticInvokeCapability('hostAttributes')); |
} |
- |
const jsProxyReflectable = const JsProxyReflectable(); |
final JsObject _polymerDart = context['Polymer']['Dart']; |