Home
last modified time | relevance | path

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

/plugin/metaeditor/
H A Djstree.js4381 $.vakata.attributes = function(node, with_values) { argument
4383 var attr = with_values ? {} : [];
4388 if(with_values) { attr[v.name] = v.value; }