mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
fixed image rotation direction...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
220b7767cb
commit
4b9d2b4621
@ -990,7 +990,7 @@ var _ccw = {
|
|||||||
// needed, then one should write a GID based version (data.js)
|
// needed, then one should write a GID based version (data.js)
|
||||||
// XXX do we need a GID based version?
|
// XXX do we need a GID based version?
|
||||||
function rotateImage(direction, image){
|
function rotateImage(direction, image){
|
||||||
var r_table = direction == 'left' ? _cw : _ccw
|
var r_table = direction == 'left' ? _ccw : _cw
|
||||||
image = image == null ? getImage() : $(image)
|
image = image == null ? getImage() : $(image)
|
||||||
image.each(function(i, e){
|
image.each(function(i, e){
|
||||||
var img = $(this)
|
var img = $(this)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user