Skip to content

Commit

Permalink
Corrected parameter order in asdoc for Slot's constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers committed Sep 10, 2011
1 parent a70f55f commit 8086267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/osflash/signals/Slot.as
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ package org.osflash.signals
* Creates and returns a new Slot object.
*
* @param listener The listener associated with the slot.
* @param once Whether or not the listener should be executed only once.
* @param signal The signal associated with the slot.
* @param once Whether or not the listener should be executed only once.
* @param priority The priority of the slot.
*
* @throws ArgumentError An error is thrown if the given listener closure is <code>null</code>.
Expand Down

0 comments on commit 8086267

Please sign in to comment.