summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/simple-payments/paypal-express-checkout.js')
-rw-r--r--plugins/jetpack/modules/simple-payments/paypal-express-checkout.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/jetpack/modules/simple-payments/paypal-express-checkout.js b/plugins/jetpack/modules/simple-payments/paypal-express-checkout.js
index ad8cc71d..b2d135d3 100644
--- a/plugins/jetpack/modules/simple-payments/paypal-express-checkout.js
+++ b/plugins/jetpack/modules/simple-payments/paypal-express-checkout.js
@@ -4,10 +4,8 @@
* of simple-payments module.
*/
-/* global paypal */
-/* global jQuery */
+/* global paypal, jQuery */
/* exported PaypalExpressCheckout */
-/* jshint unused:false, es3:false, esversion:5 */
var PaypalExpressCheckout = {
primaryCssClassName: 'jetpack-simple-payments',
messageCssClassName: 'jetpack-simple-payments-purchase-message',