Content deleted Content added
Pathoschild (talk | contribs) fix inconsistent quote style |
Pathoschild (talk | contribs) m fix inconsistent style |
||
Line 53:
*/
function ohc_extend_editor(editor) {
editor.ohc_regex = function(rg, sub, func) {
var text = editor.get();
text = ohc.dateutil.regex(text, rg, sub, func);
|