Skip to content

Commit 1761c2a

Browse files
committed
fix: config renameed to CoCreateConfig
1 parent 46c5fa2 commit 1761c2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/CoCreate-xxx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
<script>
25-
var config = {
25+
var CoCreateConfig = {
2626
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
2727
organization_id: '5de0387b12e200ea63204d6c'
2828
}

test_files/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<button actions="import" collection="" pass_id="datatable">Export</button>
3131

3232
<script>
33-
var config = {
33+
var CoCreateConfig = {
3434
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
3535
organization_id: '5de0387b12e200ea63204d6c'
3636
}

test_files/test2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<button actions="import" collection="" pass_id="datatable">Export</button>
2222

2323
<script>
24-
var config = {
24+
var CoCreateConfig = {
2525
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
2626
organization_id: '5de0387b12e200ea63204d6c'
2727
}

0 commit comments

Comments
 (0)