dot.dot.dot.exampol
This commit is contained in:
commit
a0bc2d79de
406 changed files with 34577 additions and 0 deletions
15
node_modules/tap/coverage-example/lib/foo.js
generated
vendored
Normal file
15
node_modules/tap/coverage-example/lib/foo.js
generated
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
var Foo = module.exports = function(str) {
|
||||
this.foo = str;
|
||||
this.str = str;
|
||||
};
|
||||
|
||||
Foo.prototype.bar = function() {
|
||||
var self = this;
|
||||
return self.foo;
|
||||
};
|
||||
|
||||
Foo.prototype.baz = function() {
|
||||
var self = this;
|
||||
return self.str;
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue