Skip to content

Commit

Permalink
Update dist, package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kumilingus authored Jun 8, 2019
1 parent 4d771b3 commit 9362e5c
Show file tree
Hide file tree
Showing 34 changed files with 512 additions and 1,187 deletions.
2 changes: 1 addition & 1 deletion dist/geometry.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JointJS v3.0.0 (2019-06-07) - JavaScript diagramming library
/*! JointJS v3.0.0 (2019-06-08) - JavaScript diagramming library
This Source Code Form is subject to the terms of the Mozilla Public
Expand Down
2 changes: 1 addition & 1 deletion dist/geometry.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/joint.core.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions dist/joint.core.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JointJS v3.0.0 (2019-06-07) - JavaScript diagramming library
/*! JointJS v3.0.0 (2019-06-08) - JavaScript diagramming library


This Source Code Form is subject to the terms of the Mozilla Public
Expand Down Expand Up @@ -7116,7 +7116,6 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.

var svg = document.createElementNS(ns.svg, 'svg');
svg.setAttributeNS(ns.xmlns, 'xmlns:xlink', ns.xlink);
svg.setAttribute('xmlns', ns.svg);
svg.setAttribute('version', SVGVersion);
return svg;
};
Expand Down Expand Up @@ -23263,8 +23262,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
attributes: {
'width': '100%',
'height': '100%',
'xmlns:xlink': ns.xlink,
'xmlns': ns.svg
'xmlns:xlink': ns.xlink
},
selector: 'svg',
children: [{
Expand Down Expand Up @@ -24956,7 +24954,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
return this;
},

_getGriRefs: function() {
_getGridRefs: function() {

if (!this._gridCache) {

Expand Down Expand Up @@ -25040,7 +25038,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
var localOptions = Array.isArray(opt) ? opt : [opt];

var ctm = this.matrix();
var refs = this._getGriRefs();
var refs = this._getGridRefs();

this._gridSettings.forEach(function(gridLayerSetting, index) {

Expand Down
2 changes: 1 addition & 1 deletion dist/joint.core.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/joint.core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/joint.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/joint.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JointJS v3.0.0 (2019-06-07) - JavaScript diagramming library
/*! JointJS v3.0.0 (2019-06-08) - JavaScript diagramming library
This Source Code Form is subject to the terms of the Mozilla Public
Expand Down
Loading

0 comments on commit 9362e5c

Please sign in to comment.