clean up note to self

This commit is contained in:
Don Mitchell
2013-02-11 16:45:36 -05:00
parent 777e0ef9c5
commit 8bc9564d92

View File

@@ -59,7 +59,7 @@ $(document).ready(function() {
greedy: true
});
// stop clicks on drag bars from doing their thing w/o stopping drag (did this cancel pointer?)
// stop clicks on drag bars from doing their thing w/o stopping drag
$('.drag-handle').click(function(e) {e.preventDefault(); });
});