Closed joshsziegler closed 10 years ago
In the readme, the following line:
var b = $('mydiv').getBounds();
should be:
var b = $('mydiv').freetrans('getBounds');
I just submitted a pull request which fixes this: https://github.com/gthmb/jquery-free-transform/pull/16
thanks for looking out, my bad. glad you knew what I meant :)
merged in the pull request
In the readme, the following line:
var b = $('mydiv').getBounds();
should be:
var b = $('mydiv').freetrans('getBounds');