Skip to content

Commit a9a5ce8

Browse files
committed
update referenced jsmind version
1 parent 60560dc commit a9a5ce8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

example/3_requirejs.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link
88
type="text/css"
99
rel="stylesheet"
10-
href="https://unpkg.com/jsmind@0.8.7/style/jsmind.css"
10+
href="https://unpkg.com/jsmind@0.8.8/style/jsmind.css"
1111
/>
1212
<style type="text/css">
1313
#jsmind_container {
@@ -29,16 +29,16 @@
2929
<script type="text/javascript">
3030
require.config({
3131
paths: {
32-
'jsmind': 'https://unpkg.com/jsmind@0.8.7/es6/jsmind',
33-
'jsmind/draggable-node': 'https://unpkg.com/jsmind@0.8.7/es6/jsmind.draggable-node',
32+
'jsmind': 'https://unpkg.com/jsmind@0.8.8/es6/jsmind',
33+
'jsmind/draggable-node': 'https://unpkg.com/jsmind@0.8.8/es6/jsmind.draggable-node',
3434
},
3535
});
3636
require(['jsmind', 'jsmind/draggable-node'], function (jsMind, _) {
3737
let mind = {
3838
meta: {
3939
name: 'jsMind example',
4040
author: 'hizzgdev@163.com',
41-
version: '0.8.7',
41+
version: '0.8.8',
4242
},
4343
format: 'node_tree',
4444
data: {

0 commit comments

Comments
 (0)