Skip to content

Commit 0eb8288

Browse files
committed
Correct documentation
1 parent cf0ef60 commit 0eb8288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ DTInstances.getLast().then(function(lastDTInstance) {
101101
DTInstances.getList().then(function(dtInstances) {
102102
/*
103103
* dtInstances === {
104-
* "foobar": {"id": "foobar2", "DataTable": oTable, "dataTable": $oTable},
104+
* "foobar": {"id": "foobar", "DataTable": oTable, "dataTable": $oTable},
105105
* "foobar2": {"id": "foobar2", "DataTable": oTable, "dataTable": $oTable}
106106
* }
107107
*/

demo/partials/gettingStarted.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3>Additional Notes</h3>
9595
DTInstances.getList().then(function(dtInstances) {
9696
/*
9797
* dtInstances === {
98-
* "foobar": {"id": "foobar2", "DataTable": oTable, "dataTable": $oTable, "reloadData": fnReloadData, "changeData": fnChangeData},
98+
* "foobar": {"id": "foobar", "DataTable": oTable, "dataTable": $oTable, "reloadData": fnReloadData, "changeData": fnChangeData},
9999
* "foobar2": {"id": "foobar2", "DataTable": oTable, "dataTable": $oTable, "reloadData": fnReloadData, "changeData": fnChangeData}
100100
* }
101101
*/

0 commit comments

Comments
 (0)