CarlRaymond/jquery.cardswipe

Works with IE 11, Firefox, Safari but not IE10

Closed this issue · 2 comments

I am facing issues where this solution works perfectly on safari, firefox, IE 11 but not on IE10.

Has anyone come across this issue before and would you by any chance find a solution for it?

Found the problem...just take the last comma ( , ) out of the code below...it has too many comma.

// Defaults for settings
var defaults = {
    enabled: true,
    interdigitTimeout: 250,
    success: defaultSuccessCallback,
    error: null,
    parser: defaultParser,
    firstLineOnly: false,
    prefixCharacter: null,
    debug: false,  <<<<<<<<<--------- remove comma
};

Fixed on "events" branch.