Sha256: 59af88ef6705343b04ec605e905cbe66597841b34130063a3776708d0b285f95
Contents?: true
Size: 816 Bytes
Versions: 9
Compression:
Stored size: 816 Bytes
Contents
############################################# ############################################# ## __ __ _ _ ## ## | \/ | | | | | ## ## | . . | ___ __| | __ _| |___ ## ## | |\/| |/ _ \ / _` |/ _` | / __| ## ## | | | | (_) | (_| | (_| | \__ \ ## ## \_| |_/\___/ \__,_|\__,_|_|___/ ## ############################################# ############################################# #$(document).on "click", "modal", -> # alert "click" isDragging = false $("modal").on "mousedown", -> isDragging = false $(this).on "mousemove", -> isDragging = true alert "drag" $("html").on "contextmenu", (e) -> e.preventDefault(); ############################################# #############################################
Version data entries
9 entries across 9 versions & 1 rubygems