Home | History | Annotate | Download | only in js

Lines Matching refs:Variable

53   // set global variable so we can highlight the sidenav a bit later (such as for google reference)
6114 * Variable used for caching the body.
6550 function getQueryVariable(variable) {
6555 if(pair[0] == variable){return pair[1];}