Skip to content

Commit

Permalink
Add 'right' css options for use with rtl directions of page;
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Korolev committed Nov 21, 2016
1 parent 3b987bc commit c164a83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spin.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@
width: 0,
zIndex: o.zIndex,
left: o.left,
top: o.top
top: o.top,
right: o.right
});

if (target) {
Expand Down

0 comments on commit c164a83

Please sign in to comment.