indexed.min.js 239 B

123
  1. function add(a,b){"use strict";return a+b}
  2. 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)}}
  3. //# sourceMappingURL=indexed.sourcemap.js