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

Version Path
fl-0.3.9 app/assets/javascripts/components/modals.coffee
fl-0.3.8 app/assets/javascripts/components/modals.coffee
fl-0.3.6 app/assets/javascripts/components/modals.coffee
fl-0.3.5 app/assets/javascripts/components/modals.coffee
fl-0.3.4 app/assets/javascripts/components/modals.coffee
fl-0.3.3 app/assets/javascripts/components/modals.coffee
fl-0.3.2 app/assets/javascripts/components/modals.coffee
fl-0.3.1 app/assets/javascripts/components/modals.coffee
fl-0.3.0 app/assets/javascripts/components/modals.coffee