Sha256: cca8a0928417e60dd2470f493ef9245908b81c0fdffd66af24538bd8f7872af5
Contents?: true
Size: 149 Bytes
Versions: 5
Compression:
Stored size: 149 Bytes
Contents
jQuery.fn.center = -> if @length == 1 @css marginLeft: -this.innerWidth() / 2 marginTop: -this.innerHeight() / 2 left: '50%'
Version data entries
5 entries across 5 versions & 1 rubygems