Home
last modified time | relevance | path

Searched refs:converter (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js50 function read(s, converter) { argument
52 return $.isFunction(converter) ? converter(value) : value;
91 // If second argument (value) is a function it's a converter...