Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/module-customer/view/frontend/web/js/model/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-customer/view/frontend/web/js/model/address-list.js

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

/**
 * @api
 */
define([
    'ko',
    './customer-addresses'
], function (ko, defaultProvider) {
    'use strict';

    return ko.observableArray(defaultProvider.getAddressItems());
});