You are here

private property JSTokenizer::$assignOps in Javascript Aggregator 6

File

./jsminplus.php, line 1745

Class

JSTokenizer

Code

private $assignOps = array(
  '|',
  '^',
  '&',
  '<<',
  '>>',
  '>>>',
  '+',
  '-',
  '*',
  '/',
  '%',
);