minify/data/js/operators_after.txt

43 lines
114 B
Plaintext
Raw Normal View History

2014-10-07 18:21:22 +02:00
+
-
*
/
%
=
+=
-=
*=
/=
%=
<<=
>>=
>>>=
&=
^=
|=
&
|
^
<<
>>
>>>
==
===
!=
!==
>
<
>=
<=
&&
||
.
[
]
?
:
2014-10-07 19:49:16 +02:00
,
2014-10-07 18:21:22 +02:00
;
(
)
}