public function JSTokenizer::currentToken in Javascript Aggregator 6
1 call to JSTokenizer::currentToken()
File
- ./
jsminplus.php, line 1821
Class
Code
public function currentToken() {
if (!empty($this->tokens)) {
return $this->tokens[$this->tokenIndex];
}
}