File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ the payload. Signals should generally not be used to trigger the
84
84
"default" behavior for an action, but to enable others to trigger
85
85
additional behavior. If a "default" behavior is intended to be provided
86
86
by another object, then a callback should be provided by that object.
87
- Wherever possible as signal connection should be made with the pattern
87
+ Wherever possible a signal connection should be made with the pattern
88
88
``.connect(this._onFoo, this) ``. Providing the ``this `` context enables
89
- the connection to be properly cleared by ``clearSignalData (this) ``.
89
+ the connection to be properly cleared by ``Signal.clearData (this) ``.
90
90
Using a private method avoids allocating a closure for each connection.
91
91
92
92
Models
You can’t perform that action at this time.
0 commit comments