Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-re-captcha-frontend-ui/view/frontend/web/js/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-re-captcha-frontend-ui/view/frontend/web/js/registry.js

/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

define(['ko'], function (ko) {
    'use strict';

    return {
        ids: ko.observableArray([]),
        captchaList: ko.observableArray([]),
        tokenFields: ko.observableArray([])
    };
});