diff --git a/specs/events.md b/specs/events.md index 61a8f31ebb8..43abffcea03 100644 --- a/specs/events.md +++ b/specs/events.md @@ -1,68 +1,73 @@ Sky Event Model =============== -```javascript - // EVENTS +```dart +SKY MODULE + - class Event { - constructor (String type, Boolean bubbles = true, any data = null); // O(1) - readonly attribute String type; // O(1) - readonly attribute Boolean bubbles; // O(1) - attribute any data; // O(1) + ```