Home
last modified time | relevance | path

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

/template/dokukit/
Dscript.js22 patharr = patharrtmp.sort().filter(function(item, pos, ary) { argument
23 return !pos || item != ary[pos - 1];
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js4080 }function copyArray(oldArray){var ary=[];
4083 ++i){ary.push(oldArray[i])
4084 }}return ary