Added option to specify which corners are active

This commit is contained in:
Tri Nguyen 2012-04-24 10:57:21 -07:00
parent 867d93b4e0
commit 3a6f9282d5

View File

@ -260,6 +260,9 @@ turnMethods = {
this.turn('page', opts.page);
// allow setting active corners as an option
corners = $.extend({}, corners, opts.corners);
// Event listeners
$(this).bind(events.start, function(e) {