Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit a84ce8b

Browse files
committed
vendor update
1 parent 36732f7 commit a84ce8b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

src/lib/Zikula/Bundle/WorkflowBundle/Resources/public/js/jsPlumb/js/jsplumb.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2500,11 +2500,12 @@
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]";
@@ -3103,9 +3104,8 @@
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.
@@ -3638,7 +3638,7 @@
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);

0 commit comments

Comments
 (0)