User:Pathoschild/script/MOSNUM dates.js: Difference between revisions

Content deleted Content added
fix inconsistent quote style
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);