Home
last modified time | relevance | path

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

/plugin/imagemapping/
DImageMappingEditor.js3 static COORDREGEX = /@\s*((\d+(,\s*)?)+)/; field in ImageMappingEditor
90 const match = this.syntax.match(ImageMappingEditor.COORDREGEX);
94 this.syntax = this.syntax.replace(ImageMappingEditor.COORDREGEX, '');