MCPcopy
hub / github.com/visionmedia/masteringnode / Dog

Function Dog

src/events/subclass.js:8–10  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

6var EventEmitter = require('events').EventEmitter;
7
8function Dog(name) {
9 this.name = name;
10}
11
12Dog.prototype.__proto__ = EventEmitter.prototype;
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected