For completeness.
Chris Pressey
a month ago
0 | 0 |
// SPDX-FileCopyrightText: Chris Pressey, the creator of this work, has dedicated it to the public domain.
|
1 | 1 |
// For more information, please refer to <https://unlicense.org/>
|
2 | 2 |
// SPDX-License-Identifier: Unlicense
|
|
3 |
|
|
4 |
/* dam-editable.js version 0.2. */
|
3 | 5 |
|
4 | 6 |
(function() {
|
5 | 7 |
function makeEditable(config) {
|
0 | 0 |
// SPDX-FileCopyrightText: Chris Pressey, the creator of this work, has dedicated it to the public domain.
|
1 | 1 |
// For more information, please refer to <https://unlicense.org/>
|
2 | 2 |
// SPDX-License-Identifier: Unlicense
|
|
3 |
|
|
4 |
/* dam-saveable.js version 0.2. */
|
3 | 5 |
|
4 | 6 |
(function() {
|
5 | 7 |
function makeSaveable(config) {
|