WIP: Run tests on CI #152

Closed
raucao wants to merge 10 commits from dev/run_tests_on_ci into master
Showing only changes of commit 6a4a9c78a8 - Show all commits

View File

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