function()

in robot-server-plugin/src/main/resources/static/xpathEditor.js [19:24]


            function (a, b) {
                if (a.priority === b.priority) {
                    return a.xpath.length - b.xpath.length
                }
                return a.priority - b.priority
            })