This repository was archived by the owner on Mar 13, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
src/lib/Zikula/Bundle/WorkflowBundle/Resources/public/js/jsPlumb/js Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 25002500
25012501}).call(typeof window !== 'undefined' ? window : this);
25022502
2503- (function (global, factory) {
2504- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
2505- typeof define === 'function' && define.amd ? define(['exports'], factory) :
2506- (factory((global.jsPlumbUtil = {})));
2507- }(this, (function (exports) { 'use strict';
2503+ ;(function() {
2504+
2505+ "use strict";
2506+
2507+ var root = this;
2508+ var exports = root.jsPlumbUtil = {};
25082509
25092510 function isArray(a) {
25102511 return Object.prototype.toString.call(a) === "[object Array]";
31033104 exports.wrap = wrap;
31043105 exports.EventGenerator = EventGenerator;
31053106
3106- Object.defineProperty(exports, '__esModule', { value: true });
31073107
3108- })) );
3108+ }).call(typeof window !== 'undefined' ? window : this );
31093109
31103110/*
31113111 * This file contains utility functions that run in browsers only.
36383638
36393639 var jsPlumbInstance = root.jsPlumbInstance = function (_defaults) {
36403640
3641- this.version = "2.7.0 ";
3641+ this.version = "2.7.3 ";
36423642
36433643 if (_defaults) {
36443644 jsPlumb.extend(this.Defaults, _defaults);
You can’t perform that action at this time.
0 commit comments