jstree-mixin.js 284 Bytes
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
define([
    'jquery'
], function ($) {
    'use strict';

    return function () {
        $.jstree._themes = require.s.contexts._.config.baseUrl + 'jquery/jstree/themes/';
    };
});