document a line

pull/1/head
Pierre Bondoerffer 8 years ago
parent cd1c957929
commit 56f2c46c75
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236

@ -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;

Loading…
Cancel
Save