Revision 1b7d8dee7a8d06be0e965fdb1a85915a82879902

Committed on 21/05/2012 6:28 am by James Pic <jamespic@gmail.com> [GitHub Diff]

- Bugfix: some static connections were left over.

If the signal collection had a $staticConnectionsHolder, it was ignoring
static connections from the singleton static connection holder.

According to the tests, the singleton static connection holder is not to
be ignored.

As a solution, emit() now honorates connections from the local
static connection holder and the singleton connection holder.