We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b2c33 commit c4e5f7cCopy full SHA for c4e5f7c
src/org/puremvc/typescript/multicore/patterns/observer/Observer.ts
@@ -34,15 +34,13 @@ module puremvc
34
{
35
/**
36
* The notification method of the interested object.
37
- * @protected
38
*/
39
- notify:Function = null;
+ private notify:Function = null;
40
41
42
* The notification context of the interested object.
43
44
45
- context:any = null;
+ private context:any = null;
46
47
48
* Constructs an <code>Observer</code> instance.
0 commit comments