Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckurlparams.js33 var aParam = aParams[i].split('=') ; variable
34 var sParamName = decodeURIComponent( aParam[0] ) ;
35 var sParamValue = decodeURIComponent( aParam[1] ) ;