[2.3] Wrap payment js in jquery

Closes #8191
This commit is contained in:
Mike Jolley 2015-05-28 12:29:13 +01:00
parent b77755af5c
commit a21d0073de
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,5 @@
jQuery( function( $ ) {
// Generated by CoffeeScript 1.7.1
(function() {
var cardFromNumber, cardFromType, cards, defaultFormat, formatBackCardNumber, formatBackExpiry, formatCardNumber, formatExpiry, formatForwardExpiry, formatForwardSlashAndSpace, hasTextSelected, luhnCheck, reFormatCVC, reFormatCardNumber, reFormatExpiry, reFormatNumeric, restrictCVC, restrictCardNumber, restrictExpiry, restrictNumeric, setCardType,
@ -586,4 +588,6 @@
return mon + sep + year;
};
}).call(this);
}).call(this);
});

File diff suppressed because one or more lines are too long