fix contributor serializer indentation

This commit is contained in:
haythem 2019-07-09 01:03:28 +01:00
parent 42d4752d58
commit 6a4a9c78a8

View File

@ -13,7 +13,7 @@ class Contributor {
Object.keys(attrs).forEach(a => this[a] = attrs[a]);
}
/**
/**
* Serialize object to JSON
*
* @method