Skip to content

Commit 5eca928

Browse files
committed
update readme
1 parent 6a32273 commit 5eca928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Concept
2525
* A **Signal** gives an event a concrete membership in a class.
2626
* Listeners subscribe to real objects, not to string-based channels.
2727
* Event string constants are no longer needed.
28+
* **Signals** was originally implemented by Robert Penner in [AS3](https://github.com/robertpenner/as3-signals).
2829
* **Signals** are inspired by [C# events](http://en.wikipedia.org/wiki/C_Sharp_syntax#Events) and [signals/slots](http://en.wikipedia.org/wiki/Signals_and_slots) in Qt.
2930

3031
Syntax

0 commit comments

Comments
 (0)