Skip to content

Instantly share code, notes, and snippets.

@pattonjp
pattonjp / move.coffee
Created June 11, 2012 22:23
trying to find img with certain "src" changes to "object Object" as "src"
$ = window.HS.jQuery
class Move
constructor: (@config) ->
@item = @config.item
@el = $(@item.eid)
@ella = $(@item.id)
@image = $(@item.data.imageUrl)
@clickX = $(@item.data.clickX)
@clickY = $(@item.data.clickY)