misc comments

This commit is contained in:
Adam Shaw
2014-02-03 00:14:01 -08:00
parent c8219f6238
commit 39dd3f08f4
4 changed files with 8 additions and 3 deletions
+1
View File
@@ -28,6 +28,7 @@ function SelectionManager() {
// unselectAuto
if (opt('selectable') && opt('unselectAuto')) {
// TODO: unbind on destroy
$(document).mousedown(function(ev) {
var ignore = opt('unselectCancel');
if (ignore) {