file.min.js 235 B

12
  1. function add(a,b){"use strict";return a+b}function multiply(a,b){"use strict";return a*b}function divide(a,b){"use strict";try{return multiply(add(a,b),a,b)/c}catch(e){Raven.captureException(e)}}
  2. //@ sourceMappingURL=file.sourcemap.js