vendor/node_modules/mocha/lib/browser/events.js in stylus-source-0.27.0 vs vendor/node_modules/mocha/lib/browser/events.js in stylus-source-0.27.1

- old
+ new

@@ -14,11 +14,11 @@ } /** * Event emitter constructor. * - * @api public. + * @api public */ function EventEmitter(){}; /** @@ -122,10 +122,10 @@ }; /** * Gets all listeners for a certain event. * - * @api publci + * @api public */ EventEmitter.prototype.listeners = function (name) { if (!this.$events) { this.$events = {}; \ No newline at end of file