comparison plugins/pubsub.js @ 84:7f4e43d6cb15

My mistake.
author Sonny Piers <sonny.piers@gmail.com>
date Wed, 08 Feb 2012 15:56:52 +0100
parents bfa3c003fc1d
children 0c10c9a69c69
comparison
equal deleted inserted replaced
83:bfa3c003fc1d 84:7f4e43d6cb15
143 143
144 this.emit('pubsub:' + name); 144 this.emit('pubsub:' + name);
145 }); 145 });
146 } 146 }
147 }; 147 };
148 }); 148 })();