4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
function action(mode, type, selection) {
|
|
cm.sendNext("The magic of this forest is amazing...");
|
|
cm.dispose();
|
|
} |