tellform/public/lib/raven-js/example/file1.js
2015-07-14 13:45:54 -07:00

4 lines
52 B
JavaScript

function add(a, b) {
"use strict";
return a + b;
}