Home
last modified time | relevance | path

Searched defs:propertyToFind (Results 1 – 2 of 2) sorted by relevance

/plugin/syntaxhighlighter3/sxh3/src/js/
DshCore.js479 propertyToFind = { '#' : 'id', '.' : 'className' }[search.substr(0, 1)] || 'nodeName', variable
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshCore.js1760 propertyToFind = { '#' : 'id', '.' : 'className' }[search.substr(0, 1)] || 'nodeName', variable