Index: client/html/src/DocumentWrappingImplementation.dart |
=================================================================== |
--- client/html/src/DocumentWrappingImplementation.dart (revision 942) |
+++ client/html/src/DocumentWrappingImplementation.dart (working copy) |
@@ -4,7 +4,7 @@ |
class DocumentEventsImplementation extends ElementEventsImplementation |
implements DocumentEvents { |
- |
+ |
DocumentEventsImplementation._wrap(_ptr) : super._wrap(_ptr); |
EventListenerList get readyStateChange() => _get('readystatechange'); |