Merge pull request #44 from 67P/add-contributors-alias
Add Contributors alias for Contributor
This commit was merged in pull request #44.
This commit is contained in:
@@ -63,6 +63,11 @@ class Kredits {
|
||||
return this.contractFor('contributors');
|
||||
}
|
||||
|
||||
get Contributors() {
|
||||
console.log('Contributors is deprecated use Contributor instead');
|
||||
return this.Contributor;
|
||||
}
|
||||
|
||||
get Operator() {
|
||||
return this.contractFor('operator');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user