mostly more globals
This commit is contained in:
parent
c4b6cf4a8e
commit
9db733a4ff
6 changed files with 38 additions and 30 deletions
4
spec/fixtures/module/class.js
vendored
4
spec/fixtures/module/class.js
vendored
|
@ -24,6 +24,6 @@ class DerivedClass extends BaseClass {
|
|||
}
|
||||
|
||||
module.exports = {
|
||||
base: new BaseClass,
|
||||
derived: new DerivedClass,
|
||||
base: new BaseClass(),
|
||||
derived: new DerivedClass()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue