You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,9 @@
6
6
7
7
-[ ] Use [**Function Types**](https://www.typescriptlang.org/docs/handbook/functions.html) for handlers and callbacks instead of generic **Function** type.
8
8
9
-
-[] Update **Prettier** rules:
9
+
-[x] Update **Prettier** rules:
10
10
11
-
-[ ]**printWidth** should be around **140** characters per line.
12
-
13
-
-[ ] Find a way to keep a new line between **@inject** anotation and property declarations.
11
+
-[x]**printWidth** should be around **140** characters per line.
@@ -28,26 +25,16 @@ export class PrioritySignal extends Signal implements IPrioritySignal {
28
25
* @throws flash.errors.IllegalOperationError <code>IllegalOperationError</code>: You cannot addOnce() then add() the same listener without removing the relationship first.
29
26
* @throws ArgumentError <code>ArgumentError</code>: Given listener is <code>null</code>.
0 commit comments