document a line

This commit is contained in:
Pierre Bondoerffer 2017-06-12 18:25:06 +02:00
parent cd1c957929
commit 56f2c46c75
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236

View File

@ -364,7 +364,7 @@ define([
e.stopPropagation();
if (!APP.ready) { return; }
if (!isKeyup && e.which !== 1) { return; }
if (!isKeyup && e.which !== 1) { return; } // only allow left clicks
var target = e && e.target;