maffyhart / simplemodal

Automatically exported from code.google.com/p/simplemodal
0 stars 0 forks source link

Typo in dialog height-calculation #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version of SimpleModal: 1.3-b1
Version of jQuery: v1.3.2

Browser/OS you are experiencing the problem with: N/A

Row 437 in jquery.simplemodal-1.3-b1.js:

   dh = this.dialog.data.width(), dw = this.dialog.data.width();

Should be

   dh = this.dialog.data.height(), dw = this.dialog.data.width();

Original issue reported on code.google.com by tomas.ka...@gtempaccount.com on 2 Jun 2009 at 12:04

GoogleCodeExporter commented 9 years ago
Thanks for catching that. I'll update the trunk tomorrow and will release the 
final
version at the end of the week.

Original comment by emartin24 on 3 Jun 2009 at 5:23

GoogleCodeExporter commented 9 years ago
Fixed and checked into trunk. Thanks Tomas!

Original comment by emartin24 on 4 Jun 2009 at 4:55

GoogleCodeExporter commented 9 years ago
My pleasure.

Original comment by tomas.ka...@gtempaccount.com on 4 Jun 2009 at 6:03