| Current Path : /home/rtorresani/www/vendor/magento/module-re-captcha-frontend-ui/view/frontend/web/js/ |
| 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([])
};
});