Fix item builder
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
@@ -22,6 +22,7 @@ export default class ItemBuilder {
|
|||||||
|
|
||||||
withType(type) {
|
withType(type) {
|
||||||
this.item.type = type;
|
this.item.type = type;
|
||||||
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
withState(key, value) {
|
withState(key, value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user