public function JSTokenizer::match in Javascript Aggregator 6
1 call to JSTokenizer::match()
File
- ./
jsminplus.php, line 1780
Class
Code
public function match($tt) {
return $this
->get() == $tt || $this
->unget();
}
public function match($tt) {
return $this
->get() == $tt || $this
->unget();
}