if (this.options().snapableY)
                    if (Math.abs(sourceCenter.top - targetCenter.top) <= this.options().snapableY)
                        source.style.top = (targetCenter.top - sourceDim.height / 2) + "px";