hiroprotagonist / jquery.mobile.actionsheet

An actionsheet for jquerymobile
103 stars 34 forks source link

action sheet should check it's real height and width when positioning #1

Closed trainiac closed 13 years ago

trainiac commented 13 years ago

'top':(height / 2 - this.content.height() / 2), 'left': (width / 2 - this.content.width() / 2)

hiroprotagonist commented 13 years ago

Alright! Got it. Already discovered this problem. Will merge your changes!

trainiac commented 13 years ago

Sweet!