Skip to content

Commit 0f9fd0e

Browse files
committed
Optimizing load design speed
1 parent 4f1aa5f commit 0f9fd0e

File tree

8 files changed

+432
-416
lines changed

8 files changed

+432
-416
lines changed

Diff for: app/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@
490490
<script src="scripts/graphics/joint.shapes/wire.js"></script>
491491
<script src="scripts/graphics/joint.shapes/io.js"></script>
492492
<script src="scripts/graphics/joint.shapes/constant.js"></script>
493+
<script src="scripts/graphics/joint.shapes/memory.js"></script>
493494

494495
<!-- Other internal support libraries -->
495496
<script src="scripts/services/blockforms.js"></script>

Diff for: app/scripts/graphics/joint.routers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ joint.routers.ice = (function (g, _, joint) {
1616

1717
// if number of route finding loops exceed the maximum, stops searching and returns
1818
// fallback route
19-
maximumLoops: 820, //2000
19+
maximumLoops: 1000, //2000
2020

2121
// possible starting directions from an element
2222
startDirections: ['right', 'bottom'],

0 commit comments

Comments
 (0)