Home
last modified time | relevance | path

Searched refs:thees (Results 1 – 1 of 1) sorted by relevance

/plugin/markdownextra/lib/meltdown/js/
Djquery.meltdown.js29 function addEventHandler(thees, example, control) { argument
35 if (typeof thees.surroundSelectedText !== 'undefined') {
36 text = thees.val();
37 selection = thees.getSelection();
44 thees.setSelection(lineStart, lineEnd);
45 selection = thees.getSelection();
63 thees.replaceSelectedText(placeholder, "select");
65 thees.surroundSelectedText(before, after, "select");
68 thees.val(before + placeholder + after + "\n\n" + thees.val());
71 thees.focus();
[all …]