mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Add semicolon
This commit is contained in:
parent
0cccf1cb6e
commit
4045081e52
@ -71,7 +71,7 @@ export class HUDSandboxController extends BaseHUDPart {
|
|||||||
const bind = (selector, handler) => this.trackClicks(this.element.querySelector(selector), handler);
|
const bind = (selector, handler) => this.trackClicks(this.element.querySelector(selector), handler);
|
||||||
|
|
||||||
bind(".levelOverride", this.promptOverrideLevel);
|
bind(".levelOverride", this.promptOverrideLevel);
|
||||||
bind(".levelUp", this.tryLevelUp)
|
bind(".levelUp", this.tryLevelUp);
|
||||||
bind(".bigMinus", () => this.modifyAll(-100));
|
bind(".bigMinus", () => this.modifyAll(-100));
|
||||||
bind(".bigPlus", () => this.modifyAll(100));
|
bind(".bigPlus", () => this.modifyAll(100));
|
||||||
bind(".giveBlueprints", this.giveBlueprints);
|
bind(".giveBlueprints", this.giveBlueprints);
|
||||||
|
Loading…
Reference in New Issue
Block a user