OLD | NEW |
---|---|
1 | 1 |
2 class CompositionEventJs extends UIEventJs implements CompositionEvent native "* CompositionEvent" { | 2 class _CompositionEventJs extends _UIEventJs implements CompositionEvent native "*CompositionEvent" { |
3 | 3 |
4 String get data() native "return this.data;"; | 4 String get data() native "return this.data;"; |
5 | 5 |
6 void initCompositionEvent(String typeArg, bool canBubbleArg, bool cancelableAr g, DOMWindowJs viewArg, String dataArg) native; | 6 void initCompositionEvent(String typeArg, bool canBubbleArg, bool cancelableAr g, _DOMWindowJs viewArg, String dataArg) native; |
7 } | 7 } |
OLD | NEW |