From c0930cb20992117639409f75b50a5a54cc57a923 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 15 Nov 2017 23:57:48 +0100 Subject: [PATCH] Update: CC - Mouse Down (ahm5t3rg19.js) 11 bytes modified --- ahm5t3rg19.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ahm5t3rg19.js b/ahm5t3rg19.js index f87c251..26cfbea 100644 --- a/ahm5t3rg19.js +++ b/ahm5t3rg19.js @@ -35,7 +35,7 @@ this.subscription = GameLib.Event.Subscribe( GameLib.Event.Emit(GameLib.Event.MOUSE_UP); this.subscription.remove(); } - } + }.bind(this) ); return null;