gthmb / jquery-free-transform

provides simple controls that allows you to move/rotate/scale a DOM element. kinda like a simple version of the free transform tool in Flash or Photoshop.
133 stars 58 forks source link

getBounds Documentation #15

Closed joshsziegler closed 10 years ago

joshsziegler commented 10 years ago

In the readme, the following line:

var b = $('mydiv').getBounds();

should be:

var b = $('mydiv').freetrans('getBounds');

joshsziegler commented 10 years ago

I just submitted a pull request which fixes this: https://github.com/gthmb/jquery-free-transform/pull/16

gthmb commented 10 years ago

thanks for looking out, my bad. glad you knew what I meant :)

gthmb commented 10 years ago

merged in the pull request