I try to rotate my image when I click(using Pixastic) but I can only rotate 1 time, how can I go on rotating each time I click to the image
$('#tok').click(function() {
$("#tok").pixastic("rotate", {angle:90});
});