abs.js 94 B

123456
  1. var m = function (){
  2. var i = 0;
  3. var Math$ = 0;
  4. i = Math.abs(i);
  5. Math$ = Math.abs(Math$);
  6. }();