Your IP : 216.73.216.220


Current Path : /var/www/www.indacotrentino.com/www/dev/tests/js/jasmine/assets/apply/
Upload File :
Current File : //var/www/www.indacotrentino.com/www/dev/tests/js/jasmine/assets/apply/index.js

/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
define([
    'tests/assets/tools',
    'tests/assets/apply/components/fn',
    'text!./config.json',
    'text!./templates/node.html'
], function (tools, fnComponent, config, nodeTmpl) {
    'use strict';

    var preset;

    preset = tools.init(config, {
        'fn': nodeTmpl
    });

    preset.fn.component = fnComponent;

    return preset;
});