Index: client/html/generated/html/frog/Notification.dart |
diff --git a/client/html/generated/html/frog/Notification.dart b/client/html/generated/html/frog/Notification.dart |
index 4c85fb43490ee3cad2614af3488302c4fe0de915..166f9b310082f5a050329d02618190b1bf60924e 100644 |
--- a/client/html/generated/html/frog/Notification.dart |
+++ b/client/html/generated/html/frog/Notification.dart |
@@ -1,13 +1,13 @@ |
class _NotificationImpl extends _EventTargetImpl implements Notification native "*Notification" { |
+ _NotificationEventsImpl get on() => |
+ new _NotificationEventsImpl(this); |
+ |
String dir; |
String replaceId; |
- _NotificationEventsImpl get on() => |
- new _NotificationEventsImpl(this); |
- |
void cancel() native; |
void show() native; |