Skip to content

Commit 39dcfed

Browse files
committed
initializeMacroCommand and addSubCommand are tagged as protected
1 parent af7492a commit 39dcfed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/org/puremvc/typescript/multicore/patterns/command/MacroCommand.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ module puremvc
6767
*
6868
* Note that <i>subCommand</i>s may be any <code>ICommand</code> implementor so
6969
* <code>MacroCommand</code>s or <code>SimpleCommand</code>s are both acceptable.
70+
*
71+
* @protected
7072
*/
7173
initializeMacroCommand():void
7274
{
@@ -80,6 +82,8 @@ module puremvc
8082
*
8183
* @param commandClassRef
8284
* A reference to the constructor of the <code>ICommand</code>.
85+
*
86+
* @protected
8387
*/
8488
addSubCommand( commandClassRef:Function ):void
8589
{

0 commit comments

Comments
 (0)