fixing bumped

This commit is contained in:
Peli de Halleux
2017-11-28 16:02:04 -08:00
parent b57ae5d588
commit 580b40876c
3 changed files with 15 additions and 15 deletions

View File

@ -10,7 +10,7 @@ namespace control {
this._id = id
}
getId() {
id() {
return this._id;
}
}