Skip to content

Commit 7027a02

Browse files
authored
Modify the library load information being used in the example (#893)
1 parent 1539a6c commit 7027a02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3>Output</h3>
114114
<script src="../node_modules/bootbox/bootbox.js"></script>
115115
<script src="../node_modules/bootstrap-slider/dist/bootstrap-slider.js"></script>
116116
<script src="../node_modules/selectize/dist/js/standalone/selectize.js"></script>
117-
<script src="../node_modules/jquery-extendext/jQuery.extendext.js"></script>
117+
<script src="../node_modules/jquery-extendext/jquery-extendext.js"></script>
118118
<script src="../node_modules/sql-parser-mistic/browser/sql-parser.js"></script>
119119
<script src="../node_modules/dot/doT.js"></script>
120120
<script src="../node_modules/interactjs/dist/interact.js"></script>

tests/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<script src="../node_modules/bootbox/bootbox.js"></script>
2727
<script src="../node_modules/moment/moment.js"></script>
2828
<script src="../node_modules/sql-parser-mistic/browser/sql-parser.js"></script>
29-
<script src="../node_modules/jquery-extendext/jQuery.extendext.js"></script>
29+
<script src="../node_modules/jquery-extendext/jquery-extendext.js"></script>
3030
<script src="../node_modules/dot/doT.js"></script>
3131
<script src="../node_modules/interactjs/dist/interact.js"></script>
3232

0 commit comments

Comments
 (0)