File "boot-admin.js"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-googlepay/resources/js/boot-admin.js
File size: 450 bytes
MIME-type: text/x-java
Charset: utf-8

import GooglePayPreviewButtonManager from './Preview/GooglePayPreviewButtonManager';

/**
 * Accessor that creates and returns a single PreviewButtonManager instance.
 */
const buttonManager = () => {
	if ( ! GooglePayPreviewButtonManager.instance ) {
		GooglePayPreviewButtonManager.instance =
			new GooglePayPreviewButtonManager();
	}

	return GooglePayPreviewButtonManager.instance;
};

// Initialize the preview button manager.
buttonManager();