jstree-mixin.js 284 B

12345678910111213
  1. /**
  2. * Copyright © Magento, Inc. All rights reserved.
  3. * See COPYING.txt for license details.
  4. */
  5. define([
  6. 'jquery'
  7. ], function ($) {
  8. 'use strict';
  9. return function () {
  10. $.jstree._themes = require.s.contexts._.config.baseUrl + 'jquery/jstree/themes/';
  11. };
  12. });